Loading Tool

Explorer IconExplorer

Memory Pool

51,475 transactions
28.51 vMB
0.07063191 BTC
Random Selection Loading Transactions
Max Size: 153.72/200 MB

Candidate Block

Mining Attempt c0d4eae84485d9bf06733c1afbef1b94183ddd8ef2429c5f2d23e8794b76d129
Version 20000000
Previous Block 0000000000000000000202abf4cb2e73722b0f21ed4887cece23ff41e5be25fb
Merkle Root 684701e9b32beac2ae950d66593761ab728113c99d906e5c7dce8fb1b36974e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.01630018 BTC
Feerates: 502.67 > 1.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,773 (328,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,721 586,721 00000000000000000001ae5d475c94076b2b1f89b45152327c51dc1fa10e28fd 2,025 0.68/1.00 vMB 28
586,720 586,720 0000000000000000001ceb6468c9f047f60ba7aa5419842d703bc9ed61bcdf0e 2,469 0.98/1.00 vMB 7
586,719 586,719 0000000000000000000151fa6ae58816635be4833b9ba4cf6b22e0e75fb50a85 2,797 1.00/1.00 vMB 34
586,718 586,718 00000000000000000005e0a99eee033f56df9bf6d3087a462fd4fc16b8141c40 2,861 1.00/1.00 vMB 62
586,717 586,717 0000000000000000000969710be713e5eef37973a4b4461e1123dced86046a24 1,177 0.37/1.00 vMB 45
586,716 586,716 0000000000000000001dbc2950bcf74c7dd9ca174ca2e9da1790240678fcac6c 2,711 0.90/1.00 vMB 28
586,715 586,715 00000000000000000003674e47b55582dbf8731f4f676622e55fd435cd7d1710 2,328 0.79/1.00 vMB 10
586,714 586,714 00000000000000000012e01b806f3c0a3af8090a126ce06253e798e5ee20a111 2,292 1.00/1.00 vMB 56
586,713 586,713 00000000000000000008362e46f26a98f879d37ac749caf3a51742adf0985ab8 2,944 1.00/1.00 vMB 43
586,712 586,712 0000000000000000001e2506a7d13649e68add03963b3f0248746692bd6b309f 1,716 0.62/1.00 vMB 7
586,711 586,711 0000000000000000000343d54e35cfd124b1dda2531156c531462f0c2de7ac8e 3,270 1.00/1.00 vMB 45
586,710 586,710 000000000000000000087f9bd1882f2e9d0df627e8ba8d1a973c0f351b972086 734 0.30/1.00 vMB 18
586,709 586,709 0000000000000000000d69924f166ca5136c2472495e6fc001de13cc8a7b7a84 1,915 1.00/1.00 vMB 4
586,708 586,708 0000000000000000000fa48aab3be92fd8c1510b5b6d24dc58e56ac990fa89dd 401 1.00/1.00 vMB 5
586,707 586,707 00000000000000000017a33258be21636d27cb058e54eddeda9d5b6e1f22b166 1,415 1.00/1.00 vMB 19
586,706 586,706 00000000000000000011072cc008eca9fef52b58e47843e1c668ed58b9b2e42c 1,899 1.00/1.00 vMB 20
586,705 586,705 0000000000000000000ee441b146027628323cde6b8201ae03b498c4c6f2fd9a 2,131 1.00/1.00 vMB 5
586,704 586,704 0000000000000000001c3479cf26279237396aa27471ed6a6eed002784daa449 1,759 1.00/1.00 vMB 11
586,703 586,703 00000000000000000001e4a276850718dbb2c9b580c967a4bf7dff19fecf8013 3,079 1.00/1.00 vMB 54
586,702 586,702 00000000000000000014141b346f6ed1cfdddb5c17ff4de2567bf7cde49146bd 1,018 1.00/1.00 vMB 12
586,701 586,701 0000000000000000001f305d0fd5308e0fe4c0bf778070f1fa6ded6ced187989 2,533 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 781.98 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: 648.37 GB
    • Received: 13.05 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.