Loading Tool

Explorer IconExplorer

Memory Pool

43,633 transactions
21.89 vMB
0.06964503 BTC
Random Selection Loading Transactions
Max Size: 121.88/200 MB

Candidate Block

Mining Attempt 21d60ffd84de7e7c879a60250dcc63d15d04de32e473ad56b25909d5adf70b68
Version 20000000
Previous Block 00000000000000000001e617077417fb25ab1cd7726c5719286653a2b2bc0fb5
Merkle Root 89cd81baeba371a9081519aa2d219889965ce8657df952186431e5302765c9fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,920
Size: 1.00 vMB
Total Fees: 0.01458674 BTC
Feerates: 42.96 > 1.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,090 (788,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,596 125,596 00000000000001e443d5235bcf00df8a4c65c52aabcf02a6dd9df2a1f110cb91 9 0.00/1.00 vMB 1,246
125,595 125,595 00000000000008814fa18d33d92e1200267c365196180ab2498914ed91dd02eb 9 0.00/1.00 vMB 0
125,594 125,594 000000000000258a7356d63742f9cc18a34505e1f0a8aff697070f1e701667ca 12 0.00/1.00 vMB 0
125,593 125,593 000000000000408b9abc5ad48df0f27d3adcb4abd815efc491544e606ced65b5 46 0.02/1.00 vMB 735
125,592 125,592 000000000000145c336eb832d5091d82170caf1a7f8431b3ca7e90da25e153e4 24 0.01/1.00 vMB 0
125,591 125,591 000000000000321eb049fc678af6a83710b9cf70a5a743eb98efd59b9c4b8d30 11 0.00/1.00 vMB 1,486
125,590 125,590 000000000000391b0ef8e00012ed917e1eb409fa9ba95e59c098fa9a26637ac2 66 0.03/1.00 vMB 978
125,589 125,589 000000000000423ebe482fd41230fe1fe97c61bd63aa924b7ca38651bbef43f3 14 0.00/1.00 vMB 577
125,588 125,588 0000000000000c2312f81b4e7b8250f44dd905c7d3ab82466cc7bc28e7bce954 48 0.01/1.00 vMB 72
125,587 125,587 0000000000004189a4973de18818c1ef3bd24e2abf3ebb100ad4b6399cfbd1ed 13 0.01/1.00 vMB 2,270
125,586 125,586 000000000000065ebbc07d74e337b95a4458947b4789ef588906ae8179791e25 10 0.00/1.00 vMB 774
125,585 125,585 000000000000388a7e1af31dd96265ec6f5258b43a541a16f0df25bab63580ed 5 0.00/1.00 vMB 209
125,584 125,584 0000000000001f26931c3eba9c310b31200e6eecc3cddd037eba0f1739cb3845 19 0.00/1.00 vMB 0
125,583 125,583 0000000000003c35acca51476df7514fb7d67f8a9cb322eda4d8f4b83333b966 12 0.00/1.00 vMB 704
125,582 125,582 00000000000016339a52f001ff431dbd8377de6fa80b02c3049f2c9fe0775bfb 36 0.01/1.00 vMB 70
125,581 125,581 00000000000019a3dd6215fe46c36e388e55294c12a086462bef4dfa9594204a 6 0.00/1.00 vMB 1,892
125,580 125,580 0000000000002835c3e23619043d643b9b3882ff15c7e190da2a4d18e5847f44 32 0.01/1.00 vMB 357
125,579 125,579 00000000000024941b6bb4933185853310277249d78f3fcbf3282a8dec381cf5 24 0.02/1.00 vMB 600
125,578 125,578 00000000000013310298a280a8faeb622a5cc584f3a277fd7eea6af9e6e8535f 40 0.01/1.00 vMB 2,921
125,577 125,577 00000000000012c1650dc9de806ebc4f0ee6db8ef598db193a0f8d9f6b7b88f3 21 0.01/1.00 vMB 971
125,576 125,576 0000000000001ed7ad8c03b82804d5005c6d703756ed14cca0a08cde8ff8d8ee 17 0.00/1.00 vMB 1,903
Previous 10 blocks ↓
Total Size: 780.76 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: 557.21 GB
    • Received: 7.05 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.