Loading Tool

Explorer IconExplorer

Memory Pool

37,894 transactions
26.06 vMB
0.05188894 BTC
Random Selection Loading Transactions
Max Size: 135.06/200 MB

Candidate Block

Mining Attempt 33a03272c566934cdd35e233599aafbca0b6368e974a73157df2402a1472ed2d
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 692bb75a981d2ec3016c3456cbf9434d193a16903b9176a3664d28091b13391d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,917
Size: 1.00 vMB
Total Fees: 0.00440235 BTC
Feerates: 13.56 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (475,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,775 439,775 00000000000000000009a4337c12b1a407b3ba0aaeabefe9310bc7e798213f40 2,352 1.00/1.00 vMB 63
439,774 439,774 000000000000000003311f4bc4ccb8c05fcccccbb848917cff5479c178030385 2,054 1.00/1.00 vMB 65
439,773 439,773 000000000000000000a5e79eee6b7fb5d5d91b56569b86de28cbf8e4246d2b93 2,584 1.00/1.00 vMB 90
439,772 439,772 00000000000000000037fd98eb909281e612436b1de79282767b9c9dd11f88d6 1,733 1.00/1.00 vMB 49
439,771 439,771 00000000000000000207e342dba9d8c11c5388345e404466b4713a37c9452fba 2,472 1.00/1.00 vMB 88
439,770 439,770 000000000000000000a367971342055d3c38eae2a40fb30c4af616dfc43570a8 1,608 0.66/1.00 vMB 68
439,769 439,769 000000000000000000ddffc6131b9b298f2335849fb8ab7b04c9db302602a58b 142 0.27/1.00 vMB 17
439,768 439,768 000000000000000001878a8fc4582221a3e73b4c9a2d8d3f61f82ace1dc9bdd3 1,318 1.00/1.00 vMB 35
439,767 439,767 00000000000000000133b8972b734f85bec0f10f9e69625035606d976f848538 2,363 1.00/1.00 vMB 72
439,766 439,766 000000000000000002487ca3a475476e74314e6200a47b59853eb840b398e6f1 1,567 0.96/1.00 vMB 46
439,765 439,765 000000000000000003247d9ff0ba5b1d08cf16d6d18d5114eaf412fcb0152ca2 2,594 1.00/1.00 vMB 87
439,764 439,764 0000000000000000028d01d9e6c0f0f6e24bdab7a4aaf6c873bdf74fbc5c6a96 1,045 0.99/1.00 vMB 40
439,763 439,763 0000000000000000012fbd7dcf9b4c9253141ba5eb102e2f4e6f307815b48973 304 0.12/1.00 vMB 78
439,762 439,762 0000000000000000020b93ac01d0955b7efb85a3981ee3e762f6b2e7f89957d9 224 1.00/1.00 vMB 5
439,761 439,761 000000000000000003263823c24b3bc6f0c24a3578e673fe0479c6b516a15ba7 622 0.59/1.00 vMB 32
439,760 439,760 000000000000000002a5a19d6a3b6278864170b03099f3b0fbd50aa393a63c24 1,670 1.00/1.00 vMB 63
439,759 439,759 00000000000000000086679d67f5f96a77718de80f2d53fcdbbd364ae89ea8d7 1,572 0.86/1.00 vMB 58
439,758 439,758 000000000000000002fe02f8246712cb6beae2e02295f969a09435377fd16c69 641 0.65/1.00 vMB 39
439,757 439,757 000000000000000000b4fd727483094821f7ce3567e0de142ce179d4d802ff49 1,542 1.00/1.00 vMB 43
439,756 439,756 000000000000000001c8a6ac49781716e5e6ce6aefa89203f2d4a4a8cf291c11 2,451 1.00/1.00 vMB 63
439,755 439,755 000000000000000001fd561f18348a33da4380fe876e7913c9aa70b1a51ebcc4 2,070 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.