Loading Tool

Explorer IconExplorer

Memory Pool

20,315 transactions
9.12 vMB
0.04238082 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.34/200 MB

Candidate Block

Mining Attempt 5db43230c1233c998727a667af3e9e21b089a081ceb7a3a4683e17ff70395732
Version 20000000
Previous Block 00000000000000000000e1bad605e747195f13f88f773febee258624040a6e26
Merkle Root 9df7f111fc94e44588eeefeb7744684e531387801dd8531101eb9db3ea37f92f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,103
Size: 1.00 vMB
Total Fees: 0.02000997 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,392 (756,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,633 156,633 0000000000000520df9902b287dae757209de8ec2f373d7fd1fa7bb11b6fdd66 18 0.01 vMB 25
156,632 156,632 0000000000000b8e9dd740b2878def2b9c186af7c6101d0a2541701fe5e1705f 26 0.02 vMB 18
156,631 156,631 00000000000002a5e194d5dac2c2478c606f3b90e7f20d39f52f412d2e15205d 32 0.02 vMB 107
156,630 156,630 0000000000000a4e050604f329ca8efb31d730e88178323e384add3174c3ba97 47 0.03 vMB 74
156,629 156,629 0000000000000804112c880ad1b94d5757c2713d846fb703af9b89b23e727a26 118 0.05 vMB 64
156,628 156,628 00000000000001c92c7d0c74d3eeaefaf9f24ae60d1f8b7220fbce2a63eb42aa 42 0.02 vMB 404
156,627 156,627 000000000000027f80ae1de79d917bdd6177dd667f4a828b1ace73abd475997e 15 0.01 vMB 193
156,626 156,626 000000000000005b96e45edede6d710e23772c7432d6cf1e965e207ee46dc593 13 0.00 vMB 16
156,625 156,625 0000000000000d996017356815aedea7f74e9c48669d99a81a4ef114024985db 13 0.00 vMB 106
156,624 156,624 0000000000000b8c069edbfbaecdea2894f0c4fcb52ac877e1a161ebb91a48f9 43 0.03 vMB 53
156,623 156,623 00000000000003e7b8b309852d23bfe9b0686490363a7604ffe4cd907f7c59c2 170 0.05 vMB 186
156,622 156,622 00000000000001114d469b04b03ff9295bd87b9f0f0ef9d4e7a6a161528428dd 37 0.02 vMB 215
156,621 156,621 000000000000029201ff6b1031b111e03ec6879b5fcae804bcb28adb3424cd3f 11 0.00 vMB 35
156,620 156,620 0000000000000c4021f0c8112c02918d3e1682056a95cbfc9637082ed1c2ddab 22 0.01 vMB 36
156,619 156,619 000000000000091a137a19661935ff19020c4ec235c61a364a2ef950d107fe0a 11 0.00 vMB 0
156,618 156,618 00000000000004808501606419253f906372e8daf8f1d228cf6ec61457677b3a 53 0.03 vMB 144
156,617 156,617 0000000000000bd277f899dd722c88aa0965242d7361b427ecbffda50884d232 7 0.00 vMB 33
156,616 156,616 00000000000001230e62a526b58a02c3d53e161cda751c5f967d65a8b37bc917 1 0.00 vMB 0
156,615 156,615 000000000000074d74e6ba8d2568d82b14af942873c6935b60289eca5bb4b935 74 0.02 vMB 104
156,614 156,614 0000000000000cfa90048081198d044691fce03881ef5820ecbfcdeb7b67e932 11 0.00 vMB 338
156,613 156,613 000000000000015983f8f66b90613f19817ccfe514d21e635d80a1f80c1bd140 24 0.01 vMB 38
Previous 10 blocks ↓
Total Size: 779.55 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: 252.60 GB
    • Received: 0.96 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.