Loading Tool

Explorer IconExplorer

Memory Pool

77,190 transactions
28.44 vMB
0.08881684 BTC
Random Selection Loading Transactions
Max Size: 173.09/200 MB

Candidate Block

Mining Attempt 9b5b6ebce55248e2e7e821ab88c95b29e92c4a369c5db49889eb87c6b0b93e56
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 87779d47313a2d3232ddf1f2ae146b40b5ada3c5f703a74e43af9dbeed0318e4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.02510402 BTC
Feerates: 477.45 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (70,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,484 844,484 00000000000000000001fed66e9fe17f40fa6a393e445d4f4eabae9ba39de942 5,992 1.00/1.00 vMB 11
844,483 844,483 0000000000000000000037439011df76256eeb8faed06fcd586d59cf82c49aa4 4,949 1.00/1.00 vMB 14
844,482 844,482 00000000000000000001412c59c4e3f40a0e8b4e51653c5fe274733083e657c6 6,910 1.00/1.00 vMB 9
844,481 844,481 00000000000000000002975d2ea09a0500a1c0d68cdfeaf1dcfb000dc1656d05 5,493 1.00/1.00 vMB 11
844,480 844,480 000000000000000000027ff55b7ed7898a9d66e2223fced1ef057d78fa3d22eb 3,664 1.00/1.00 vMB 15
844,479 844,479 00000000000000000001bf269217e7b083b7a47303e305137780767a1613ed6c 4,202 1.00/1.00 vMB 16
844,478 844,478 00000000000000000001f229031a2ec396843870b7256f5eefefe03514da6281 6,123 1.00/1.00 vMB 8
844,477 844,477 00000000000000000002f1e13142a2f7989d2afd678b07e0e33d42eb98279194 2,402 1.00/1.00 vMB 15
844,476 844,476 000000000000000000028bf3c578a14343be930a2c914dabeb8bd8d5651d8a9c 2,546 1.00/1.00 vMB 21
844,475 844,475 000000000000000000012359ec35fe99e04124c2545e4bef9c46f0c4408498e1 2,913 1.00/1.00 vMB 20
844,474 844,474 00000000000000000000309dcca3aa2914adb68e88977eae60c5de940bc3ca51 5,368 1.00/1.00 vMB 13
844,473 844,473 000000000000000000029b42462da303d23250a02c7a273325664f5c828d302b 5,819 1.00/1.00 vMB 7
844,472 844,472 000000000000000000034a3ad8eda6f7879de6cd988d013140608c1d4885e64f 5,759 1.00/1.00 vMB 10
844,471 844,471 00000000000000000001635add18d251fc1d2d01259bee34171a996e52b50467 6,999 1.00/1.00 vMB 8
844,470 844,470 0000000000000000000150d375db1b0a4010d53a81b97b49b34344ec17908223 3,364 1.00/1.00 vMB 19
844,469 844,469 000000000000000000021a9a862b3accee4f7452abba25776165c9170e11bc2f 4,802 1.00/1.00 vMB 11
844,468 844,468 00000000000000000000951dfee23ba9afc1356755f7a7d62f2149fe7717e2f2 3,010 1.00/1.00 vMB 22
844,467 844,467 0000000000000000000310a1d9e71f08ef18a1ce556d8e9e3f24bc3e02963e13 5,046 1.00/1.00 vMB 14
844,466 844,466 0000000000000000000264ab4e8113b0d0cebf0f508df3e6fb4a5b2323f9aa24 5,658 1.00/1.00 vMB 10
844,465 844,465 00000000000000000003216716d7c4545638639bd07db41a7e62c6deaf137788 4,729 1.00/1.00 vMB 19
844,464 844,464 000000000000000000024b879ee83160e01eac6cf401d1f33a1e5f890d5f249a 4,032 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.91 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: 713.77 GB
    • Received: 17.47 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.