Loading Tool

Explorer IconExplorer

Memory Pool

46,763 transactions
29.12 vMB
0.15219225 BTC
Random Selection Loading Transactions
Max Size: 152.19/200 MB

Candidate Block

Mining Attempt 0ecc337596f9e41be134b87b55ec11127d0558a7a884d2b49a41f707eddec7de
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 742e8e4d9e98cab3e2c05cc0071154c916c15dfddc5793f1f694000295770db1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.04354531 BTC
Feerates: 100.65 > 4.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (469,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,032 445,032 000000000000000002c34ba97a80b3ce212bbe4a37843c80a30210a94c780310 156 0.06/1.00 vMB 88
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
Previous 10 blocks ↓
Total Size: 781.87 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: 644.99 GB
    • Received: 12.63 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.