Loading Tool

Explorer IconExplorer

Memory Pool

76,413 transactions
28.91 vMB
0.07484654 BTC
Random Selection Loading Transactions
Max Size: 176.62/200 MB

Candidate Block

Mining Attempt d07e6aeb997b912292ed0dd50486979b037761ab5a45a80d2e2248a8b5079d34
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root c3511c262c9bab13742db5e6885b10fabeabfdeab659c248b124dc46a1f50007
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.01191539 BTC
Feerates: 77.76 > 1.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (90,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,705 824,705 0000000000000000000138ad0e7084bf5ba92e89f461900141398106f5d40467 2,257 1.00/1.00 vMB 42
824,704 824,704 000000000000000000021f1eaf955f38a5f4651410f5b6cc2f3d70798ac52ba9 2,839 1.00/1.00 vMB 49
824,703 824,703 0000000000000000000346b22e8ce547ee9f3a3dd52de11affa2765154ef2050 2,920 1.00/1.00 vMB 52
824,702 824,702 0000000000000000000163af25298986f756efc5c44e6f30383de0df2882a0da 2,580 1.00/1.00 vMB 48
824,701 824,701 00000000000000000002259a4c9439d9a8714d516ce6cfac33f1d07704d8c382 3,028 1.00/1.00 vMB 62
824,700 824,700 000000000000000000035fffacb4850d9bf28d5d28b1749560acf28213ffbcf1 3,018 1.00/1.00 vMB 69
824,699 824,699 00000000000000000002cae09081e14c6474eac6df9893e2db39673640bd1dce 2,863 1.00/1.00 vMB 71
824,698 824,698 00000000000000000001377ad3cb03be84c426de5dc9bd12bdbe7bd17fbbf6fa 3,042 1.00/1.00 vMB 58
824,697 824,697 00000000000000000002f162cafa26d10b88e2fe81e8dde3eb2c4b0b84e54e82 3,090 1.00/1.00 vMB 68
824,696 824,696 000000000000000000011fde1911fba4b3ec0894d6f3480eb3b2ff8f329a7fdb 3,369 1.00/1.00 vMB 79
824,695 824,695 0000000000000000000050067dd2f5ccb03719b4e41554ac1fc6064aa6f89d41 3,103 1.00/1.00 vMB 65
824,694 824,694 000000000000000000010cb1fcb8fe3e0cb2e59da356730eb2ac0ebe9c4d17b6 3,258 1.00/1.00 vMB 58
824,693 824,693 000000000000000000009363bb8e54c3cdcd5ba2a56f799f345542be602aa1f1 2,672 1.00/1.00 vMB 48
824,692 824,692 000000000000000000026785d847b882761ac430859aa073602fee8e01286f7b 3,308 1.00/1.00 vMB 73
824,691 824,691 00000000000000000003bf10e18f9218cea7a3aa80f77f10723f948d5759fd96 2,989 1.00/1.00 vMB 69
824,690 824,690 00000000000000000003b0acddd8d21b623a9eec39e2001a187c649e1d286f68 2,854 1.00/1.00 vMB 97
824,689 824,689 000000000000000000026955de88ad7ef8b58739b3ee92b6af0ebe9fe2856945 3,091 1.00/1.00 vMB 47
824,688 824,688 000000000000000000031dd7362547aabe2a5f155ad45b9d09671169b005ef8f 1,298 1.00/1.00 vMB 33
824,687 824,687 000000000000000000033f0c75057c8fdec1d56a84ac429f5592c3597a739839 1,146 1.00/1.00 vMB 33
824,686 824,686 000000000000000000029207c390cb8f3f6ee64548c04ca5421680b1a15ea33d 2,979 1.00/1.00 vMB 41
824,685 824,685 000000000000000000027c140d1b0668412bb4fc1199ad7632ec727f7d9eea02 4,181 1.00/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.82 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: 710.76 GB
    • Received: 17.08 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.