Loading Tool

Explorer IconExplorer

Memory Pool

27,547 transactions
12.33 vMB
0.04462618 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.10/200 MB

Candidate Block

Mining Attempt e249d4eb6e901e5d6e97086f710a90829ce8300dce04b45054dfbcb6067860fd
Version 20000000
Previous Block 00000000000000000000b1914f84f5f11538b49a2e576884c8d12f6d1efbe203
Merkle Root 879f5d069a47efbcfeb5853a3882750b1e3d84dcb003b2dc4e7b7b04f6a44630
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,200
Size: 0.99786175 1.00 vMB
Total Fees: 0.02363538 BTC
Feerates: 301.67 > 2.37 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,769 (746,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,491 167,491 00000000000002a101d22fafb1128523dcc11136fcd095044c065c5fb015a553 34 0.02/1.00 vMB 292
167,490 167,490 000000000000076d1b983380962aa3d8a376af0909ec462cabf9300b7f61906a 35 0.03/1.00 vMB 204
167,489 167,489 0000000000000b6ceede343996c073a2b153341fbcb298a5cf9b6ce5896daa85 67 0.02/1.00 vMB 27
167,488 167,488 000000000000022445bb2f67b9db7609f39b2cc33fbab17c2f9f1f480a3e49e9 14 0.01/1.00 vMB 264
167,487 167,487 0000000000000a7831a8b65b6321a439d3943a3692de15d35b87a1ec8d271df3 13 0.00/1.00 vMB 0
167,486 167,486 00000000000006e885fb50deb3212e0641f22ab026918b0e3520884bcc367ffe 37 0.01/1.00 vMB 43
167,485 167,485 00000000000003c0718d7214e00b151fd97b6876f2c75dc4f7bf3c732658b8c4 13 0.01/1.00 vMB 29
167,484 167,484 00000000000006859dd15714521afc4634516baca3dd402c106bc2759a367bdf 16 0.01/1.00 vMB 58
167,483 167,483 00000000000004d8c9aea41eb44f8d9cd66c5b6ed5d6f0f03e3e9544b40deee2 50 0.01/1.00 vMB 59
167,482 167,482 0000000000000503948653643912613ef7bdc13785ed40e76d276bc0d82f2c12 6 0.00/1.00 vMB 19
167,481 167,481 000000000000006d92ff776c50d585b5d8c69908bf1eb286085a774a7294d40a 11 0.00/1.00 vMB 275
167,480 167,480 000000000000006ae7fbb33db6045e8bf5bff5bb7141abc52d50f84d0dab58bd 13 0.01/1.00 vMB 24
167,479 167,479 00000000000003b3f658fd0e5f84b713011443ca02f1537d878da2a1d3c8491b 39 0.01/1.00 vMB 90
167,478 167,478 00000000000003eb9eca012c768afdc8c7c6ce809adb5643d2fec89e7fb737ff 21 0.01/1.00 vMB 124
167,477 167,477 000000000000069f782be98069d2d6dc4d0f12552537deb63cf72d82366dd024 8 0.00/1.00 vMB 478
167,476 167,476 00000000000000871cb1913dc000bb22f93e014fe806015ce953bf824ce0fc4b 28 0.01/1.00 vMB 217
167,475 167,475 000000000000080267589cf850e1ebccbe086e1693917a8afe43c6add9dccaad 111 0.04/1.00 vMB 35
167,474 167,474 0000000000000a7195c295cfc34ba2e75bc1e6b7dae896b27fb497407c6f8475 69 0.02/1.00 vMB 42
167,473 167,473 00000000000002bbf299121e1bde82d9e84633701c175271609ca3cdf463a150 23 0.01/1.00 vMB 180
167,472 167,472 00000000000000d37cbcb5887498631db75435a424ed7dc8c454f0fcaef60491 76 0.03/1.00 vMB 53
167,471 167,471 00000000000001d5e0569942e9aa0f4ce54697c288067a433ff8339534a76587 9 0.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 780.21 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: 506.34 GB
    • Received: 4.10 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.