Loading Tool

Explorer IconExplorer

Memory Pool

82,687 transactions
30.45 vMB
0.12265257 BTC
Random Selection Loading Transactions
Max Size: 184.28/200 MB

Candidate Block

Mining Attempt e41c408102da35eff9d9830b51a00608eef15be02c766b1f0169dcdf15e4d1c0
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (292,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,128 623,128 00000000000000000011e9202ec931a869b3df02a5bebb0f148d928243cce3d9 1,194 1.00/1.00 vMB 4
623,127 623,127 000000000000000000078ff429909803da51c3248e43034c741c3e73c9a0dc6d 2,333 1.00/1.00 vMB 41
623,126 623,126 0000000000000000000f0d6721b9a9eff0cf10ed9dc305b49b38409ec74304af 943 1.00/1.00 vMB 16
623,125 623,125 0000000000000000000322c06dd84fdebe88af8b820616b35d4362a5ad1197d3 255 1.00/1.00 vMB 6
623,124 623,124 00000000000000000013fff7e236ccbdee7781e27327841eb76e5df19ed2dc82 1,084 1.00/1.00 vMB 17
623,123 623,123 00000000000000000006826fedc543a7e6b0cef2b95892bcf8f83e130a9ed7ab 259 1.00/1.00 vMB 4
623,122 623,122 0000000000000000000df16d828b7e596c4ebe4b45b43a4dc3883c71738e2e0f 768 1.00/1.00 vMB 7
623,121 623,121 00000000000000000009b9abd70d61d93919dde8a9e6ad06f0fd821e5dbf1ae8 691 1.00/1.00 vMB 8
623,120 623,120 0000000000000000000c270b375668a0a7e0b7e4757dde7d8895d3c7857b131e 416 1.00/1.00 vMB 6
623,119 623,119 00000000000000000009be9b52241b20256711d2a32948bf9cc968d32fc1cac4 1,740 1.00/1.00 vMB 19
623,118 623,118 00000000000000000002289a875629d90cee0ee639541f029adae087c28b0f81 2,121 1.00/1.00 vMB 28
623,117 623,117 0000000000000000000945f7e977957b593cc76ff0ef07090e4c3a78a5b6433d 746 1.00/1.00 vMB 12
623,116 623,116 000000000000000000048a7eaf05c6a9aca0f7d320cd6f86cba981b45ebc4a2a 1,838 1.00/1.00 vMB 19
623,115 623,115 0000000000000000000b0dad02aa89ff3efa0099b42a52ad5e71f803bccd10e7 2,826 1.00/1.00 vMB 38
623,114 623,114 00000000000000000009be9daede7d7fd6f4fd987ac3f2ca6f0c2d6eb5b1b185 2,736 1.00/1.00 vMB 39
623,113 623,113 0000000000000000000c371a3d2d97c5ff442301ded62ad2b37d3f1e21cb9874 1,567 1.00/1.00 vMB 4
623,112 623,112 0000000000000000000d90f670a9f9e8d533e478ac5ecb9e25950edefa0ffbb9 2,125 1.00/1.00 vMB 57
623,111 623,111 0000000000000000000ec13306faf44b124c433ad9475d6e0c64e8d33a431d53 1,865 1.00/1.00 vMB 26
623,110 623,110 0000000000000000000f8de1ac6eb3ca4c5498a1c111ee7324e5cd419a026ce5 2,167 1.00/1.00 vMB 10
623,109 623,109 0000000000000000000b618d0c6509b723394bd15c2fdd9d03bfd2729cb5e9bb 1,495 1.00/1.00 vMB 27
623,108 623,108 000000000000000000127a3b1429347301dda78fc4614e5eed30804596152205 2,705 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.