Loading Tool

Explorer IconExplorer

Memory Pool

48,651 transactions
29.59 vMB
0.08902776 BTC
Random Selection Loading Transactions
Max Size: 157.67/200 MB

Candidate Block

Mining Attempt 475fc9c1dab4b20bcf13cef87a46c9c197160631118bd37201c31229dd5b3c5e
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root f25b144d6210aafbfced8327c93dbfeba268dfbb2c88d2b3a51a575e5737ab16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,939
Size: 1.00 vMB
Total Fees: 0.02778726 BTC
Feerates: 105.02 > 2.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (336,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,960 577,960 0000000000000000001a25944474195e2dbad4dd2ff3d134cec1961155e7b9e9 48 0.02/1.00 vMB 54
577,959 577,959 00000000000000000000510db6671971ab3e403c177a7faa6d5c67b9506f61fa 2,114 0.93/1.00 vMB 23
577,958 577,958 000000000000000000249f435987b89b939548b46f06ef53a171470b22b6823f 2,051 1.00/1.00 vMB 48
577,957 577,957 000000000000000000016f1ead7f69039431a59c132d10a2cf5b4992fd587a51 2,049 1.00/1.00 vMB 101
577,956 577,956 000000000000000000256aa76dbf17e93a1f39e997aa0f45d05ba2fc4e704823 1,907 1.00/1.00 vMB 58
577,955 577,955 00000000000000000001ac302fdcec8ced11a0b178cda04c3a62ddd6e16429dd 1,708 1.00/1.00 vMB 119
577,954 577,954 00000000000000000023b78e61ce43b63e29d416a58c94cf8f02ab99b1d4a9e9 2,419 1.00/1.00 vMB 143
577,953 577,953 00000000000000000005e1dcf7197d2d0f5e9f7592f8d83e412e8cb065e892d5 2,428 1.00/1.00 vMB 73
577,952 577,952 00000000000000000002ebc691b779701efc87c802446883e3fa60949a6ca586 1,504 1.00/1.00 vMB 101
577,951 577,951 00000000000000000024fc707ea8347d008d73b211c4e764865d627d63b8ac87 1,790 1.00/1.00 vMB 57
577,950 577,950 0000000000000000001bdac5a0a2c6be46ec17413e554d24b4b6b009c55bd8b3 2,233 1.00/1.00 vMB 59
577,949 577,949 0000000000000000001db8f72aae025c11a4d77c8a72490f7bc51f731b330d22 2,433 1.00/1.00 vMB 144
577,948 577,948 0000000000000000001bb50470063004989c80963237f9ed17a086606011b202 2,805 1.00/1.00 vMB 131
577,947 577,947 00000000000000000018ff7f62822ddc2f74ba604c187a60aeeacd64cc8a7b24 1,446 1.00/1.00 vMB 166
577,946 577,946 0000000000000000000fa626f7ade0ab2217d67b66538320351a5907d4d2997f 859 0.35/1.00 vMB 54
577,945 577,945 0000000000000000001e4e152739ab2524f4b351aef9d8cf1008cf815b724f95 2,236 0.93/1.00 vMB 39
577,944 577,944 00000000000000000017d97242cf66529e0a5e42ef841ce30eb76b3fa500d981 3,024 1.00/1.00 vMB 81
577,943 577,943 000000000000000000114f2aa759715475479b34c4d36460939f08df205ecbfd 2,605 1.00/1.00 vMB 63
577,942 577,942 000000000000000000030cb3a583693cd1d533309c5b7e25ea35f11a80d94c16 2,688 1.00/1.00 vMB 70
577,941 577,941 0000000000000000000cdc6e76bd34960fcf9572f87f7890c08e062478701e92 2,984 1.00/1.00 vMB 97
577,940 577,940 0000000000000000000d2c98a14362e9ac77e305037aa0d318732bf3e15b345f 3,108 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.