Loading Tool

Explorer IconExplorer

Memory Pool

53,112 transactions
29.77 vMB
0.14978289 BTC
Random Selection Loading Transactions
Max Size: 159.61/200 MB

Candidate Block

Mining Attempt da3de9b7b54ce42f7efbc9e2ae7d9ca4d42f66e259c9cd09906296c763216011
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 83a19fd5bbb75ef67721a5b240637f8c064ee9b1ad13c2f660e8a15d11324939
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,082
Size: 1.00 vMB
Total Fees: 0.07742970 BTC
Feerates: 445.47 > 7.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (469,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,031 445,031 0000000000000000016c4837d7eebf0b36c7b7ff9899f98e85ce41b2e584d31e 887 0.40/1.00 vMB 64
445,030 445,030 0000000000000000030007898ea1a5799e25a340d6841ad6c511ff3bf9c3ec27 2,400 1.00/1.00 vMB 61
445,029 445,029 00000000000000000275c675049d3a48819c0ef1d8e577cc0190ac7396f4c72e 2,515 1.00/1.00 vMB 91
445,028 445,028 000000000000000002f56d03a7265ad0f9b4f28c85d41f38712d6aed0fbe97b8 1,898 0.79/1.00 vMB 70
445,027 445,027 0000000000000000011537fdae76a9f24eb00c809d075448ade60dc987de1630 578 0.28/1.00 vMB 71
445,026 445,026 000000000000000001a80461af18e2cfd63f9537dd98f890f07ac4b7f9b7dcb6 376 1.00/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 781.89 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.20 GB
    • Received: 12.70 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.