Loading Tool

Explorer IconExplorer

Memory Pool

42,388 transactions
26.14 vMB
0.05082232 BTC
Random Selection Loading Transactions
Max Size: 137.37/200 MB

Candidate Block

Mining Attempt e64c3530e851660d78efe87f0d67eee60d83a38f7c63760e81e27dd59b19b0b6
Version 20000000
Previous Block 000000000000000000012de3dfbb8c9fe02a03d08b739b2b517f414f317d3d4f
Merkle Root b33d4bfd135692b5d8aee6cccae1cfa83844cef66c702e13169fca47a6f99951
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,898
Size: 1.00 vMB
Total Fees: 0.00310044 BTC
Feerates: 12.16 > 0.31 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,725 (469,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,025 445,025 0000000000000000019973180ac589eefd1201898ae0fbb8109007c8c9ae3223 767 0.38/1.00 vMB 64
445,024 445,024 0000000000000000023f4b1384a9ad3ec1b2ce4185bbb8f3a069921997e17b85 57 0.03/1.00 vMB 68
445,023 445,023 0000000000000000027dee66418ead0158e9fd120e2b4f999d246464e52a9431 970 0.60/1.00 vMB 46
445,022 445,022 000000000000000001f5cd20fd9e70c80b57d94365b93b70da37d12e73e6a946 2,494 1.00/1.00 vMB 81
445,021 445,021 000000000000000001db784183c59e2ae3dded2b41b2c05d7bd45db6073ef490 1,440 0.70/1.00 vMB 69
445,020 445,020 00000000000000000195a214418e8d70b39d60d74a93af4c9fadbf3215aedb81 1,397 0.54/1.00 vMB 76
445,019 445,019 000000000000000001a74e6d27971188330203430f131c02cdfcd6843b29daca 575 0.44/1.00 vMB 43
445,018 445,018 000000000000000000c37d7986ac24d2e96bb9055b586842d792a6d23c6e8a98 2,586 1.00/1.00 vMB 84
445,017 445,017 00000000000000000292cc867299c33fd4f2698744f0021ddf54ec2e7295e42b 1,240 0.61/1.00 vMB 67
445,016 445,016 00000000000000000169cb44649ff69c11bbb4d5cd1b20622f028bf09549b9b9 1,025 1.00/1.00 vMB 29
445,015 445,015 0000000000000000016b73c4627251c96171ccdb88465b1cf2087a287b1cb7db 43 0.01/1.00 vMB 82
445,014 445,014 00000000000000000306d35fa0734e3ae7cd3c1b6a168e47b9289e3b4eb832b3 768 1.00/1.00 vMB 22
445,013 445,013 000000000000000001a45f72f89a1385202a0a847057c3d318a8e3b453f1cadc 81 0.03/1.00 vMB 84
445,012 445,012 0000000000000000013c4f9c25dac5f794cb029848b607ff80af52b94aab6bc9 1,145 0.56/1.00 vMB 56
445,011 445,011 0000000000000000033eff11b6a1f7897f64fd2c0bed16ddc4515156fa0ae8df 983 0.37/1.00 vMB 76
445,010 445,010 0000000000000000023b7c4fa3c63af8531f801b686021d007d5d1ef83b0737c 254 1.00/1.00 vMB 7
445,009 445,009 000000000000000003032fb9afb9adfd28dc3a98e3ce18deac5a2a8e436b52e2 519 1.00/1.00 vMB 15
445,008 445,008 00000000000000000017ee94357befa2afc8b9f71a1407dea79b26b4a94f25a4 2,024 1.00/1.00 vMB 58
445,007 445,007 00000000000000000189b53c646e881dad55020a8a94e094a9974ec42bd1f35a 226 1.00/1.00 vMB 5
445,006 445,006 000000000000000000dc08cb1df50662a0fba37b943c0ca69e5099f5d444e889 807 0.38/1.00 vMB 66
445,005 445,005 0000000000000000005849cf61f5b2ed7a64b0b2ee560bac5a95131002e27743 574 0.24/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 781.91 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: 645.71 GB
    • Received: 12.76 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.