Loading Tool

Explorer IconExplorer

Memory Pool

28,479 transactions
11.44 vMB
0.03665250 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.34/200 MB

Candidate Block

Mining Attempt 05a00544d8f916134de9327457de4ad1430cae1d72317cbfd0c48388bfb183b1
Version 20000000
Previous Block 0000000000000000000206c1e0c8758b457d4a1f9452c474552980879a81c1b9
Merkle Root 5eab43ed982e9d6c2e20c4aab613da620ebc9b916684fc35feec912810efccbe
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,652
Size: 1.00 vMB
Total Fees: 0.01709253 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,547 (770,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,652 142,652 00000000000001e24169843fc1efdae39c5dfe2950dbae35eea16de3f291b88e 12 0.00 vMB 137
142,651 142,651 000000000000009767db43c3a6adc49e6befbc3ef2498868a8c639b78b3e2f92 3 0.00 vMB 2,182
142,650 142,650 000000000000005166f1596384797330749a1464de8580e78ed57d2255ee25f0 87 0.04 vMB 100
142,649 142,649 000000000000027859571936364ab959dd958ed335bceb2315e725721308b8f0 4 0.00 vMB 0
142,648 142,648 000000000000028174b1d7018a1c9d40dd0fa1b135a14ff2bbb79a06261fe3b5 129 0.04 vMB 45
142,647 142,647 0000000000000592a90cadf88320a3526f376f3461898aa9d90de09b1799d99d 79 0.05 vMB 91
142,646 142,646 00000000000005958739a44cd933891c182be49593783df32733433f9a20217c 14 0.03 vMB 70
142,645 142,645 0000000000000090dcbf20a5c14435fb87ae8bdc265ef1f541fb089eeea9465e 24 0.01 vMB 101
142,644 142,644 00000000000008b795ec35e4d883aaaa070dd7f7923361ef8d8e319cbddf3309 18 0.01 vMB 160
142,643 142,643 000000000000013fb9c6df987b743d11e52198e84e99183b8efe615fed5264e9 81 0.02 vMB 0
142,642 142,642 00000000000002730419cfa56d2e29c6686ed99a4f9da79392b4cd854b09e45c 48 0.02 vMB 35
142,641 142,641 000000000000080ced3f3e62577afca380a9470ee15e29e41e10cc6b54a7d03b 27 0.01 vMB 78
142,640 142,640 0000000000000807bdd948c3198ba6c2eb0ecb710928155e97290df2b184256b 1 0.00 vMB 0
142,639 142,639 00000000000006c7b6bc81b159f7867ad369a25adf1dcce96de51e0d1bc72d76 2 0.02 vMB 50
142,638 142,638 00000000000000746f28683782a2e023f5f3c7a53458be5bf2240bfdbadabda9 12 0.00 vMB 16
142,637 142,637 000000000000011766852cbe248bc0debfb052f8866244dd5f69a3f4a1bba5f5 43 0.02 vMB 146
142,636 142,636 00000000000000649e4dcb16d51e1c88c1ced60fd869e4117c987d2030401681 76 0.04 vMB 222
142,635 142,635 0000000000000943676c6c2483ece58b9be96007597c21d020acf1d48dadd427 9 0.01 vMB 11
142,634 142,634 00000000000003c6fe31706f03267653a723f997c7987c5592581210e58089bd 14 0.00 vMB 70
142,633 142,633 00000000000003052fa4bf88e541c7e4c2445787a439c87a1b4dcd64345c5be4 22 0.01 vMB 150
142,632 142,632 00000000000002e7e0d2198b3ba8229048438868d15d4745a039f5eb6255d3e9 19 0.01 vMB 141
Previous 10 blocks ↓
Total Size: 779.81 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: 412.86 GB
    • Received: 2.20 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.