Loading Tool

Explorer IconExplorer

Memory Pool

80,396 transactions
29.68 vMB
0.07006747 BTC
Random Selection Loading Transactions
Max Size: 179.11/200 MB

Candidate Block

Mining Attempt 7b918c9db67e6672a47fb7fb70406f966ef3886cd80f0458c221d5f43f0b91c0
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 1656a2046269a416e039b7c99185391fecd51b05668e2c237180d3ce9aa6056f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,130
Size: 1.00 vMB
Total Fees: 0.00951819 BTC
Feerates: 502.67 > 0.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (127,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,664 787,664 000000000000000000049d3ad7d238c4051973bc4bf12eae71a833136f0a97d8 3,867 1.00/1.00 vMB 43
787,663 787,663 00000000000000000004f9cb511ea6acfd1c2d72abb87307cc9fc23db0541dec 3,277 1.00/1.00 vMB 40
787,662 787,662 0000000000000000000078d3105d126f5c033e764df26ec4873795625fd67fce 4,838 1.00/1.00 vMB 40
787,661 787,661 00000000000000000002f767d74bfc0eabada1f0a8bf15e3d96d185ee6064c79 3,691 1.00/1.00 vMB 40
787,660 787,660 0000000000000000000395ac24da01194a30eb2de804f9004fb189278a386be6 2,413 1.00/1.00 vMB 43
787,659 787,659 00000000000000000005b1008b5a4b570663f03f65d9f15b0c491ece085c2996 2,996 1.00/1.00 vMB 47
787,658 787,658 00000000000000000003b33316db08bc547aec1a9da844dbe10a8caf70ee9a82 3,337 1.00/1.00 vMB 32
787,657 787,657 0000000000000000000413ae90123ad8202f9e08d09307682cf03f3160f8ba1f 3,422 1.00/1.00 vMB 13
787,656 787,656 00000000000000000001e9c0ca5a2c97e4de358a2b1a56d4fe1c1fa349e5b1d7 4,394 1.00/1.00 vMB 27
787,655 787,655 0000000000000000000006e58a76994ba00243a9efb3dbebd1169c1964db83f8 4,827 1.00/1.00 vMB 16
787,654 787,654 000000000000000000051041debe25ed1aab06db92fcc4f0e73997e504f500be 4,266 1.00/1.00 vMB 28
787,653 787,653 00000000000000000003888b5acb423ee2908bfbbe8706dd5c7d8fd420a340d2 4,136 1.00/1.00 vMB 37
787,652 787,652 0000000000000000000241f85732e1083a6e6030916fd3668bd13dda7cd643ce 3,038 1.00/1.00 vMB 33
787,651 787,651 00000000000000000000f5f3305e9517127b521e4eeb975a4e67580dfc3bb08a 3,590 1.00/1.00 vMB 24
787,650 787,650 00000000000000000003a268b40ff03b1132c56a686398f9b342c3128affb9f3 3,493 1.00/1.00 vMB 28
787,649 787,649 000000000000000000047a277998548beea3bfbe36228e9a5d0411e9809513de 4,556 1.00/1.00 vMB 41
787,648 787,648 00000000000000000004b110c059c234409ecc1fac0f059b79a044eaff675010 3,564 1.00/1.00 vMB 32
787,647 787,647 00000000000000000003920934977676b17631cf73b776ae02d7d5c08dfea7ec 4,316 1.00/1.00 vMB 38
787,646 787,646 0000000000000000000036bd4b38a5660de6e1800518e5e5b0e86438ec9cb78d 4,736 1.00/1.00 vMB 40
787,645 787,645 00000000000000000003a696dc74f43e864e7e35d8952390e44dc042ea2df48a 2,709 1.00/1.00 vMB 51
787,644 787,644 0000000000000000000496ad751d9f1d50ff10b9258918599de4f8cc942e457f 6,047 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.36 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: 662.54 GB
    • Received: 14.86 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.