Loading Tool

Explorer IconExplorer

Memory Pool

45,977 transactions
28.91 vMB
0.14314605 BTC
Random Selection Loading Transactions
Max Size: 150.87/200 MB

Candidate Block

Mining Attempt e45fe6df948b43a95e200e73ecd67b570ae02b5277586757b57a47565f39c72e
Version 20000000
Previous Block 00000000000000000001df143f900493685d6623e4901f699b33fb4601190dde
Merkle Root 86557ca42f49cec4cedaa62eb1f89ebe18e513306f0e0db38de82c2f0a18b4fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,398
Size: 1.00 vMB
Total Fees: 0.03960433 BTC
Feerates: 100.53 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,708 (340,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,134 574,134 00000000000000000005c85248b3d9d6b875e40875066a43343c86979089d840 3,079 1.00/1.00 vMB 20
574,133 574,133 0000000000000000002504c6708ba10e8ba82b812218bf0debb77923b3eb404d 3,358 1.00/1.00 vMB 58
574,132 574,132 00000000000000000024201b7f0159cc8ef623ecf4c0aa528f308c3aaa4524e2 3,175 1.00/1.00 vMB 18
574,131 574,131 0000000000000000001b9bd6a26aa31b7801fcb959b45cca8b10c887a9344106 3,203 1.00/1.00 vMB 18
574,130 574,130 0000000000000000000d2768529e41f1ca6154eb0d356852f1b9d97ef1b9a7b4 3,008 1.00/1.00 vMB 63
574,129 574,129 00000000000000000009269c77679215b324810d4f6868ddd1b7a4e0daf814aa 1,979 1.00/1.00 vMB 39
574,128 574,128 0000000000000000000d7b1179e9fac88a2975d4a4bb7d6dfe33e54b848bd882 2,901 1.00/1.00 vMB 48
574,127 574,127 00000000000000000018fd3a9803c10f1feda2eada863192d5b06eff94510c09 2,909 1.00/1.00 vMB 37
574,126 574,126 000000000000000000076a286401e3b0044c68001982fd29b3a751706f5e49f8 3,209 1.00/1.00 vMB 44
574,125 574,125 0000000000000000000a32c582618e2606c99d57fafe70b92dd6ed34178625cf 3,242 1.00/1.00 vMB 23
574,124 574,124 0000000000000000000d3d1ddb4fe04ca73cdccefceb3dea6ef4a7450dfaaebf 3,058 1.00/1.00 vMB 37
574,123 574,123 0000000000000000001fcf43fe35e850f845e83053bb865bf1a6938c813ab603 3,359 1.00/1.00 vMB 14
574,122 574,122 0000000000000000000ab123371796b47ce9942eb9c89a0a720b31ce432e265b 3,135 1.00/1.00 vMB 34
574,121 574,121 00000000000000000019ffaccb71cff51bd795e25afa96048e44cec6fa51c6d0 3,116 1.00/1.00 vMB 84
574,120 574,120 00000000000000000003454560c6d3fc7ea26db54ba809c234306558c81cf327 3,350 1.00/1.00 vMB 19
574,119 574,119 00000000000000000012c6878e23191368494513516f3c74a2909bf2a11a6fa4 2,991 1.00/1.00 vMB 71
574,118 574,118 000000000000000000140d82ddcf0213efd721e13c559e3f3c8b6541ee5b9b40 3,047 1.00/1.00 vMB 41
574,117 574,117 000000000000000000298c5ee79b6383ded6a1514d41fa8a5defd164b2e45145 3,400 1.00/1.00 vMB 5
574,116 574,116 00000000000000000019c2c505b0fe827d4bc2de3d4b6d61d5bd6e0c6b5c8e12 2,966 1.00/1.00 vMB 40
574,115 574,115 00000000000000000011a92578aa9bdac67fa7a51c09ebe3911f2896a1688650 3,253 1.00/1.00 vMB 33
574,114 574,114 0000000000000000001c58a13b734f28597dbb68f849ea5f101a9eb79eed9cb8 2,974 1.00/1.00 vMB 63
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.98 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.