Loading Tool

Explorer IconExplorer

Memory Pool

82,641 transactions
30.45 vMB
0.12221810 BTC
Random Selection Loading Transactions
Max Size: 184.22/200 MB

Candidate Block

Mining Attempt 7c74a949b01dadc606ba713b96d1b392cb2bbde9cef830770ae0503074d6f5a1
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 04164ff69cae8c7f44b3e407f7ef63e7ed1ace97c975792cd3baa988d49f0ad4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,103
Size: 1.00 vMB
Total Fees: 0.04310779 BTC
Feerates: 150.85 > 4.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (564,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,558 350,558 00000000000000000a2c1d40b71f295ece78f4100ab634173b5e88c7247cb33a 1,024 0.36/1.00 vMB 37
350,557 350,557 0000000000000000156f1e7670fbbb785c909feeb9cde7afa3463da97d289d2b 1,918 0.75/1.00 vMB 37
350,556 350,556 00000000000000001132216f19d8ec19a3257e1fe9e9952ef5ead4be627d673b 711 0.40/1.00 vMB 27
350,555 350,555 00000000000000000ae73d4c567443e8e9c6ec957305b9510a06e91d27c0c5f4 1,189 0.51/1.00 vMB 17
350,554 350,554 00000000000000000bdabda007e4f1a65df2af16231f00b29d7bcc80c97f4f56 1,004 0.69/1.00 vMB 16
350,553 350,553 000000000000000005c5030fce788db3925c17d5caf73c4e69d19bcf663622ba 1,142 0.75/1.00 vMB 24
350,552 350,552 000000000000000011bc9b567a3bde46e948d9b4758210ee635c2e2e24a39d94 2,049 0.75/1.00 vMB 34
350,551 350,551 000000000000000008090350674ff1a44c45252ffc8292f0ba4ffb864ef7b3ca 910 0.25/1.00 vMB 63
350,550 350,550 0000000000000000041a31a1b8a40a7996617f4d59a147177efd98fd80c2214d 261 0.13/1.00 vMB 29
350,549 350,549 000000000000000005e080b47f278fbc636a6f7e228b39a254612d0e60a241da 554 0.28/1.00 vMB 26
350,548 350,548 0000000000000000135e0a9ac2e57a004f81ec3a27168ce0f2311a8eb2a089cf 532 0.25/1.00 vMB 16
350,547 350,547 0000000000000000003c6b4427487e33237c835358e49752c4a746f569a31b4c 1,413 0.75/1.00 vMB 28
350,546 350,546 00000000000000000be7b6be3db7519b95b0951889e1d27b76840b765eb9c419 358 0.19/1.00 vMB 15
350,545 350,545 00000000000000000bc1cf1031e54ccb60b973d7204021ba6a77dcf6c61eb637 2,020 0.90/1.00 vMB 30
350,544 350,544 0000000000000000148b284f14bdf4d797e842854a2980e4cd0deb355993fee3 771 0.39/1.00 vMB 26
350,543 350,543 000000000000000006ccf71e367f4cb184ea623a61f791beb0fb70edcb58d2b2 1,229 0.52/1.00 vMB 33
350,542 350,542 000000000000000010c11483a93f82bdba2f570732ca93f0ea97079956a86148 829 0.39/1.00 vMB 28
350,541 350,541 000000000000000002d004caa237e1ebdb8ed99ef8ee2fb444a11c7c325e817f 571 0.30/1.00 vMB 24
350,540 350,540 000000000000000003d8b81f92f47a08d221e07b8db84467cdb69306b6cd9486 777 0.37/1.00 vMB 42
350,539 350,539 0000000000000000142c23f3d1bdcbce07899b88e0ae7695b62c7f0375867eca 93 0.04/1.00 vMB 31
350,538 350,538 000000000000000012d813726b9d2014506bd6c33c518e687161b4c198635da0 568 0.28/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.