Loading Tool

Explorer IconExplorer

Memory Pool

47,341 transactions
28.93 vMB
0.08829257 BTC
Random Selection Loading Transactions
Max Size: 153.94/200 MB

Candidate Block

Mining Attempt d2e7b1c8318d92ae169da8a9751044af1ae24a46f36f63fcb2f013612c1293a4
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root f2ec5f85318fb97327aa0bb7e1719b00e3c55f8b59fd8741cec1521a219a70ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,974
Size: 1.00 vMB
Total Fees: 0.03267868 BTC
Feerates: 151.16 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (360,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,949 553,949 0000000000000000002f01eb59b561c121c46c6c65a07bd58ea094140c6678ee 2,149 1.00/1.00 vMB 11
553,948 553,948 00000000000000000028502b467957b13646b791eefbee434df50d5bd32a2607 2,806 1.00/1.00 vMB 7
553,947 553,947 00000000000000000027ba4a8a4d08b838af4c94d093807c4a6d0acd54f2ee31 1,806 1.00/1.00 vMB 7
553,946 553,946 0000000000000000002db08e56461f6d6e3f960ef0a66c10beb18003e96b7799 2,961 1.00/1.00 vMB 41
553,945 553,945 0000000000000000001ad9881c51d3b3076ffd5f50ba5567e7af7f43a23d6c32 2,503 1.00/1.00 vMB 24
553,944 553,944 0000000000000000000884b97684a3be71b1592cb3529dcfbe12ff32ea8fbe3f 2,692 1.00/1.00 vMB 67
553,943 553,943 0000000000000000002f7499feaee08cc60142a372c1c84dbebb167f2fdc5737 2,517 1.00/1.00 vMB 17
553,942 553,942 0000000000000000000cc2f5ce78863025456fd761a7f3a975785146c49dba61 1,712 1.00/1.00 vMB 16
553,941 553,941 00000000000000000020fc8caa363d61c281eabc6a5cdd679fa3ef5ee5a314af 1,763 1.00/1.00 vMB 18
553,940 553,940 0000000000000000002ac8efb8811938bf96fa6e2a99852d6eccfe4a7429280a 2,291 1.00/1.00 vMB 22
553,939 553,939 000000000000000000184a458ead21b6dca26f632660aeb55f8b0592729617be 1,102 1.00/1.00 vMB 50
553,938 553,938 00000000000000000014c92565f21d219c3d616bd02a790121220938b52f1947 1,808 1.00/1.00 vMB 25
553,937 553,937 0000000000000000000dc357283523c8b3bba7ca2e9021467b4f6b3d052022de 955 1.00/1.00 vMB 52
553,936 553,936 00000000000000000010aef08af71aba9c9e580689a5928e6cd7fe3a20b9f47e 2,938 1.00/1.00 vMB 38
553,935 553,935 0000000000000000002c8e365ab362e58b682df89761a3045bbcf707b1237b43 1,812 1.00/1.00 vMB 24
553,934 553,934 0000000000000000002e1270dfeebaf458f5fd3b7b75a064f7738c4210d93527 256 0.11/1.00 vMB 21
553,933 553,933 0000000000000000002354e442809c6b94b17a5c35bc5af10051fef718f93e4b 500 0.20/1.00 vMB 10
553,932 553,932 00000000000000000014e73d034eac3b69c855febb1312cc10c2e3227055b1ec 445 0.19/1.00 vMB 12
553,931 553,931 00000000000000000022d4a03f788a1a7d39c0b3e1c2713bd9134f9f5e6d0bda 1,479 0.66/1.00 vMB 13
553,930 553,930 0000000000000000000342de4ea1e05f3e58dff9e141874aab177dbb8e9017c0 1,446 0.68/1.00 vMB 8
553,929 553,929 00000000000000000009e3ad4a3902342d13f22b81d8d83c99ba43b002d9a52e 1,396 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.11 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: 651.99 GB
    • Received: 13.67 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.