Loading Tool

Explorer IconExplorer

Memory Pool

44,790 transactions
28.14 vMB
0.06234872 BTC
Random Selection Loading Transactions
Max Size: 149.55/200 MB

Candidate Block

Mining Attempt e55429e8165d442e2b9a139c1c0713bd2d39f3c14c09e190b6cd6b0bf15e75f2
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 31691cf2c559743eac65f45c8dd2a8e69820d32a09a5a759e847039fbdf61f06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,698
Size: 1.00 vMB
Total Fees: 0.00914243 BTC
Feerates: 361.66 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (250,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,184 664,184 00000000000000000000fdf50f9d2a8f3347eeff3901c8fe1ba1a9cd102b5087 2,573 1.00/1.00 vMB 84
664,183 664,183 0000000000000000000cba549912738036682d67b7a3758d3dd5cb233e25176d 2,304 1.00/1.00 vMB 115
664,182 664,182 0000000000000000000df43155bd16622c922dfb18de7bc4e52f5415e813323b 1,805 1.00/1.00 vMB 84
664,181 664,181 0000000000000000000d4392b2bdac8a84c49764ba70dfab5979db4c345acdc0 2,820 1.00/1.00 vMB 105
664,180 664,180 0000000000000000000ca0f6cdcf09e15333dfb4c8453b485a3a3b3f0baeed4a 2,578 1.00/1.00 vMB 93
664,179 664,179 000000000000000000042359538ca903265878e2c8ca6907ccbc2a504808ad75 2,554 1.00/1.00 vMB 105
664,178 664,178 000000000000000000022677f23dade13f672e6866c1df771b22ce9480f0e341 2,538 1.00/1.00 vMB 81
664,177 664,177 000000000000000000008a5c593d26737f4b0e08e3c4fe3f63d6c2fde48e6dcd 688 1.00/1.00 vMB 60
664,176 664,176 00000000000000000000ffc42ca295b9437367ae54cace2a831e7629fc56966e 1,783 1.00/1.00 vMB 75
664,175 664,175 00000000000000000005db854423c0dbd7ccd6b675304b3ddf3cfe27a674452c 2,641 1.00/1.00 vMB 79
664,174 664,174 00000000000000000008bdce41954bf5016d1d1d074bb5add373de783a628e2b 2,260 1.00/1.00 vMB 86
664,173 664,173 00000000000000000000225ea8e4604c0877e34371cd35fb1f03c0f34b43de24 2,518 1.00/1.00 vMB 64
664,172 664,172 00000000000000000008c53a2bb5aa2d4476a9f7eed5c25f64ff92a878a277db 1,426 1.00/1.00 vMB 82
664,171 664,171 0000000000000000000311630b01550b9e0055009d94edc3bcc1f767a0269460 2,852 1.00/1.00 vMB 67
664,170 664,170 00000000000000000008a653a40b2201053c1536272914cb265af54ad00cb8dc 2,160 1.00/1.00 vMB 94
664,169 664,169 0000000000000000000c8cac6fc9b3617f5c3d7d7a821883b76f0651da748d44 2,011 1.00/1.00 vMB 83
664,168 664,168 00000000000000000000961f2d3de2e689f932b28be2c9d8b31e0fd31d58d029 2,922 1.00/1.00 vMB 114
664,167 664,167 0000000000000000000e838021144f7bcbb9e35020f8a5207801c5621ea1284d 2,563 1.00/1.00 vMB 79
664,166 664,166 0000000000000000000efa7aadab15985494714620c3737182f8c4f4c2f44288 2,495 1.00/1.00 vMB 92
664,165 664,165 00000000000000000008fe84c504360f375345286c2ab42ca6c78e27c430d489 2,195 1.00/1.00 vMB 91
664,164 664,164 00000000000000000001b6442bedad8da61768d8db4f55b8a32355dac7966276 2,400 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.12 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: 652.16 GB
    • Received: 13.73 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.