Loading Tool

Explorer IconExplorer

Memory Pool

33,941 transactions
25.21 vMB
0.05268533 BTC
Random Selection Loading Transactions
Max Size: 128.19/200 MB

Candidate Block

Mining Attempt a8a7ddb451a4a5602322758aa6de8c20180e397b9bf60dd1e2dfd13ed7b61272
Version 20000000
Previous Block 00000000000000000001e8574b0c11cdfe175c522ad4fe67fe83458fce5e8ea3
Merkle Root d7437c48740ede4627da56f6a0300895d87a988a878946c758f22ee36e209286
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,515
Size: 1.00 vMB
Total Fees: 0.00717588 BTC
Feerates: 508.49 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,670 (207,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
707,116 707,116 00000000000000000002084ed57ba84421a7a609d5639b335f17a7b6ee1fc4e6 3,384 1.00/1.00 vMB 8
707,115 707,115 0000000000000000000877bb484ca2b23aca5b4960868844d37b70185819314c 2,895 1.00/1.00 vMB 10
707,114 707,114 0000000000000000000a1e4ad44ccb72205db8e686db61ab5704ddd82b76ed58 2,793 1.00/1.00 vMB 23
707,113 707,113 00000000000000000005fa5acdab7ae443c9da6533e5a5e7ba39a48d982aa192 2,693 1.00/1.00 vMB 11
707,112 707,112 00000000000000000004fdbe27834bd6c5a98a4fe9d077bc0c11966280d3274a 2,595 1.00/1.00 vMB 9
707,111 707,111 0000000000000000000c7f2aad3b2b9d36ceebdd0aea7a40d55f21eff6043354 3,142 1.00/1.00 vMB 8
707,110 707,110 00000000000000000006e4925dfb8b674b6d9501f9ba897fbedeb22e94797a70 3,193 1.00/1.00 vMB 9
707,109 707,109 0000000000000000000d221074ea49e6440376c5754bf6752d4c79d68d9e70e3 3,123 1.00/1.00 vMB 4
707,108 707,108 0000000000000000000d76d14cf89c3e51fde20de59661e08771e5cc14a34912 2,776 1.00/1.00 vMB 23
707,107 707,107 0000000000000000000bc8db227ebdcc6e25af1adb45c3d404eb57daa8970ca2 2,367 1.00/1.00 vMB 9
707,106 707,106 0000000000000000000bcca9211da11e805cc5ddd22f8ea116c8f552ed09f9fc 2,096 0.93/1.00 vMB 8
707,105 707,105 000000000000000000093e49f6ac53cacd7dda3e8672e5f713e4ccac6d2f5cdf 2,660 0.92/1.00 vMB 10
707,104 707,104 000000000000000000069d4bb6e0e4b56e0ec6e79ffd15bb15475df879f6ec91 1,174 0.37/1.00 vMB 3
707,103 707,103 000000000000000000025d4df57be60405e83422814d7558853346bf8b83848c 2,139 1.00/1.00 vMB 16
707,102 707,102 0000000000000000000a7e3d613f4c9557fb61c5e491f48dc1fbed47fc58f66b 798 0.44/1.00 vMB 5
707,101 707,101 0000000000000000000255c53fe26a25ef3b1a720b92f94f35c543a9bd4b84a9 2,302 1.00/1.00 vMB 8
707,100 707,100 000000000000000000047f15cacc9c28ad28a9d86413c73253062eef252eca28 2,726 1.00/1.00 vMB 2
707,099 707,099 000000000000000000001bf154cabd5965063e1895facf62b9fd939f507c025f 3,095 1.00/1.00 vMB 9
707,098 707,098 00000000000000000009cb0af2695793901403ae7be837578a47e858c37e8f0b 2,524 1.00/1.00 vMB 18
707,097 707,097 00000000000000000001e969058550230c917546bb03f1fdfabd52c52f5d7062 1,265 1.00/1.00 vMB 5
707,096 707,096 000000000000000000024232d0a7d5477f688416fbe22cfe7ed16cf5f81b2180 2,126 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.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: 634.88 GB
    • Received: 12.27 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.