Loading Tool

Explorer IconExplorer

Memory Pool

81,674 transactions
31.66 vMB
0.07684420 BTC
Random Selection Loading Transactions
Max Size: 192.28/200 MB

Candidate Block

Mining Attempt 7d02178ded108e380dad94354d07e7eebf674c5f3451741aa299c0d57fcceb5b
Version 20000000
Previous Block 0000000000000000000031ba7fe1eeefe76d233c2558b7cc402ecad40e6ac670
Merkle Root 9d095560e302dca2be943f1bccef4fa3b6ad9ef0d768cc30b1acfeb725457be4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,923
Size: 1.00 vMB
Total Fees: 0.00767071 BTC
Feerates: 73.20 > 0.77 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,214 (270,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,532 644,532 000000000000000000019309ff6a9aa97d599f0f4598dc9ecda6744e97f2cdc5 2,828 1.00/1.00 vMB 121
644,531 644,531 0000000000000000000f436d7914588f1c77d4c309d9c1cc7eca2d1156689777 2,595 1.00/1.00 vMB 149
644,530 644,530 0000000000000000000faa1672050bf24695952d91d18f6def017ce7b7f95e30 2,098 1.00/1.00 vMB 144
644,529 644,529 0000000000000000000028ca764179c96f9fbdf0c3d00c1028ed3adb405dca2d 2,602 1.00/1.00 vMB 154
644,528 644,528 0000000000000000000ab5d5cf967f8aa171967ea5b6ceaeebea2d20a559fc8e 2,605 1.00/1.00 vMB 145
644,527 644,527 0000000000000000000909994ac96691678b4cdd8fb04b8b44668f0c7d142cc2 3,159 1.00/1.00 vMB 168
644,526 644,526 000000000000000000043b72e33b47471bf3e66e80ebcc00af6cbb232061e92b 1,245 1.00/1.00 vMB 15
644,525 644,525 0000000000000000000d46ecb359dbefb3742978b221dd282a802d333435094d 1,390 1.00/1.00 vMB 30
644,524 644,524 0000000000000000000ee2cf865023b6a3b56db699c9dfd6f6e1ad774d9a9aed 2,108 1.00/1.00 vMB 64
644,523 644,523 0000000000000000000facfabc11ac8d73cddc3d49b4e2f8bef5bbd3c877efd4 1,343 1.00/1.00 vMB 25
644,522 644,522 000000000000000000092a85e05a23d17c5d48d3ca56d13292019e176e323f7f 2,735 1.00/1.00 vMB 39
644,521 644,521 000000000000000000070cb01d09a91ab45fb9a948e76f3c3b3a1ec7916a0290 2,578 1.00/1.00 vMB 114
644,520 644,520 0000000000000000000592bcaa59bb34fb50558e7b0db222105085735deb2923 196 1.00/1.00 vMB 8
644,519 644,519 00000000000000000004d069a576426715798b8a57a0a4fa6b7aa9e73343e28f 1,844 1.00/1.00 vMB 32
644,518 644,518 00000000000000000008e55d778a471688e73edb536d3b3ed7cd4e6def26aeea 1,526 1.00/1.00 vMB 33
644,517 644,517 000000000000000000087e89c7c723ce74c2ea051b768908a59b7cf03d0aa570 416 1.00/1.00 vMB 9
644,516 644,516 0000000000000000000d92d239493dd66152823d8c307ce99c3e3dc41f91b210 297 1.00/1.00 vMB 10
644,515 644,515 0000000000000000000a5d9196403e25e0b3459ea0d83e7296903f0e146c826c 1,949 1.00/1.00 vMB 13
644,514 644,514 00000000000000000002d63ffc48f7657fe9724bc5fd6518b6bdea415c13b919 2,066 1.00/1.00 vMB 16
644,513 644,513 0000000000000000000c660a471be52d06ffd9f58d9b8c1c515d491578d8b106 2,628 1.00/1.00 vMB 108
644,512 644,512 000000000000000000044dc48e5430f74054b2bdc34f206a762ea8ac76565e24 2,625 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.76 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: 708.97 GB
    • Received: 16.80 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.