Loading Tool

Explorer IconExplorer

Memory Pool

78,278 transactions
29.30 vMB
0.07773396 BTC
Random Selection Loading Transactions
Max Size: 179.61/200 MB

Candidate Block

Mining Attempt cfbf01c17d2706379271c6dd6dd502cfdae7dffc75eeb7fd8f777a38ed6943e5
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 6d965ed6e0606ddb43d2df2171bc9cf65d67d03fd10d8950f2e2fedc5c3b7a79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,515
Size: 1.00 vMB
Total Fees: 0.01359946 BTC
Feerates: 73.20 > 1.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (131,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,617 783,617 00000000000000000000c6d535765397585d87346883e8a9b54d2c5dc08dc30c 1,249 1.00/1.00 vMB 7
783,616 783,616 00000000000000000002c5da180c6da326add953b9ccca02555dbc590637e8ac 1,150 1.00/1.00 vMB 7
783,615 783,615 000000000000000000010a68c6b65e7057937412a3295e5307b47ccb4ef15f24 2,728 1.00/1.00 vMB 19
783,614 783,614 00000000000000000005e9ff3bf47089ab19dc879f0ee9c28df3429622b5ad76 2,753 1.00/1.00 vMB 11
783,613 783,613 0000000000000000000004a25ce45c1a254d27d7886eb521f7c4b248ab9f89af 3,132 1.00/1.00 vMB 19
783,612 783,612 00000000000000000001fffb749ec5e8f10d1ff7216713b0895fee014b72eba6 2,366 1.00/1.00 vMB 27
783,611 783,611 00000000000000000005fe048a42517e54b26d1f4877653fffd0ba627523b174 1,855 1.00/1.00 vMB 13
783,610 783,610 0000000000000000000516faf16835221e49ca8ca5fbc21a2790c4915611d0d8 1,834 1.00/1.00 vMB 14
783,609 783,609 00000000000000000002f87405c9b093c7144b0aa9173d0f97b33b9c981c95ee 2,242 1.00/1.00 vMB 16
783,608 783,608 0000000000000000000098e42b2e56870ff0aa97486807500c644d53fecaae3e 1,367 1.00/1.00 vMB 9
783,607 783,607 00000000000000000000d1885ee6b2f6ca0132cb9f7eacf63f5b6e8ed448cb17 2,876 1.00/1.00 vMB 14
783,606 783,606 00000000000000000005c63789cdae6ae43d167304d241766cfdd6be85fe0c39 1,897 1.00/1.00 vMB 9
783,605 783,605 0000000000000000000285fb71c2ece2b038c8fefa5d5209836b8e642c21d611 3,697 1.00/1.00 vMB 26
783,604 783,604 0000000000000000000132a97a127e72171d7d9219d4f3493814d478ff3c5aef 3,118 1.00/1.00 vMB 21
783,603 783,603 00000000000000000000c429d5b283c8da6e6b47c338590a64440f0091fd45b1 2,453 1.00/1.00 vMB 27
783,602 783,602 000000000000000000024072382ebc1b0f7180366732925548acdcf93f7a1d47 212 1.00/1.00 vMB 3
783,601 783,601 00000000000000000003dfd248ff5da9c0b7411d0631e2591681463c9baa88e0 197 1.00/1.00 vMB 3
783,600 783,600 0000000000000000000562d5a8f4b0fd12b46469016cf4e1e444a1b586efc22e 1,373 1.00/1.00 vMB 4
783,599 783,599 00000000000000000000daa7d43aec9563aa1e1ee3da22d0e693dbe74f8054f5 2,743 1.00/1.00 vMB 15
783,598 783,598 0000000000000000000339b9e0b8eae1f54656ec33e77d52a7d3f0e06d009a4a 2,516 1.00/1.00 vMB 16
783,597 783,597 000000000000000000034fc04c88f558b9da1c4500e59a8a4304b0b9b598991b 3,432 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 710.17 GB
    • Received: 17.04 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.