Loading Tool

Explorer IconExplorer

Memory Pool

69,645 transactions
30.95 vMB
0.08217182 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt bc6dfbc07577a3bf8a7c584a81f1ad3d53adc6ba4e0150abdd63bd83ff0cd93c
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root 31c632786f3890fcaf23da7e2bc54c7c181cad1cd91658c7176b2d7c7387f4c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02149876 BTC
Feerates: 150.93 > 2.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (127,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
787,643 787,643 00000000000000000000764a6de85499dcec3edc682f62f616179a2d72e9572a 5,144 1.00/1.00 vMB 40
787,642 787,642 00000000000000000002a55e6a94118ea298cd9486e6a2e59cc470f9a2c31f5a 3,952 1.00/1.00 vMB 36
787,641 787,641 00000000000000000003214bb14549120ebfc32eee614fc585f7c37105f86aa1 3,715 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.29 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: 657.09 GB
    • Received: 14.48 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.