Loading Tool

Explorer IconExplorer

Memory Pool

40,316 transactions
26.46 vMB
0.05700306 BTC
Random Selection Loading Transactions
Max Size: 138.00/200 MB

Candidate Block

Mining Attempt d40d4bf9e74d73ae0bd24d364abf2de92887edf2307fbf3c6e73157ddf566073
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 8cb0351756472bdcf6bb77a1234bc4daa9ef6f1d4ed7190553b37746d1412ef0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,334
Size: 1.00 vMB
Total Fees: 0.00828865 BTC
Feerates: 50.27 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (560,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,324 354,324 00000000000000000f225faac529b7b288bfa4b5e98dc61abfe4c2ce4c27d4fc 950 0.50/1.00 vMB 31
354,323 354,323 0000000000000000158a0dc1d6a7a2c1191f7b91e2a5fecaff8fd2e07751628e 244 0.16/1.00 vMB 23
354,322 354,322 0000000000000000093a5f0c54cb0417e1e2e5b8c63b06bab62b901e9a82c542 359 0.21/1.00 vMB 31
354,321 354,321 00000000000000000c00e88060ccd3c345b2b4fc7cfd31c107b03c2feb8d35ab 585 0.36/1.00 vMB 12
354,320 354,320 00000000000000000be01d72a67c8a80b1e89086144fd390e4efe1f17c8ab532 1,490 0.78/1.00 vMB 28
354,319 354,319 000000000000000004ec17afb50943ac3b3dfbb12f5abccbb0d9f40dc4db7839 1,719 0.75/1.00 vMB 32
354,318 354,318 0000000000000000097eca9c0e961b3ded4d7b70d9703951d6f5af76dd68707a 137 0.10/1.00 vMB 17
354,317 354,317 00000000000000001152538dd473b6f36bf4f40c4bb9cb399529410ba20a40ad 564 0.29/1.00 vMB 23
354,316 354,316 000000000000000015baf59727e02776a59a7d780c99deac8cca2024611b30db 671 0.56/1.00 vMB 18
354,315 354,315 00000000000000000cdad6a9bbefde76ffa3b30a2066075a1d5a50f12477455f 1,782 0.75/1.00 vMB 32
354,314 354,314 0000000000000000125510a07a0e9e393d290ef525b32a84ac787281426c0a71 478 0.21/1.00 vMB 34
354,313 354,313 000000000000000004168cfb2c58e97cd11eb50b8ed9429970b419d601151e0f 1,869 0.96/1.00 vMB 25
354,312 354,312 00000000000000000c722def63630002bdffa831b1a06a10e1978dc6dddc1d78 1,535 0.75/1.00 vMB 26
354,311 354,311 0000000000000000092a1a003813ae21db2962753400aa202aa1b2c6c6f66076 1,024 0.28/1.00 vMB 54
354,310 354,310 00000000000000000ba8cc85412360cf37000a50f87bbd43f1900118a1f65262 1,558 0.75/1.00 vMB 28
354,309 354,309 0000000000000000126da9c8bd325405bbd12164f26431ea52b9499657954d35 529 0.32/1.00 vMB 23
354,308 354,308 000000000000000009f7714c8e01a03cf284ccdca8f083573bb7f9fd470e8e03 96 0.08/1.00 vMB 11
354,307 354,307 0000000000000000034e2a2a48b16f1f9ab16733949702fc3bfa5a037ca78796 269 0.14/1.00 vMB 24
354,306 354,306 000000000000000015767d258aaef1211c13046cf949235056af14cd757ed3a2 382 0.32/1.00 vMB 20
354,305 354,305 00000000000000000be8f09156ec8a2ebd654549ddd6f6868687cdb5c5316217 149 0.07/1.00 vMB 27
354,304 354,304 00000000000000000cd70f4c60f760b93517d4a8b446baccb4f16bb4f30a4acb 488 0.21/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.