Loading Tool

Explorer IconExplorer

Memory Pool

40,479 transactions
17.80 vMB
0.15486251 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 98.29/200 MB

Candidate Block

Mining Attempt 6ec01a38427a979a9dcfd14502f9f71f0a858d600eb6865ecf959b70a2548e80
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 9346eccf5f8303a4677fe9c98ebfe18f86fdc87298eed1b5e31dcc4c522c4bec
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,258
Size: 1.00 vMB
Total Fees: 0.04615202 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (689,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,611 223,611 000000000000026a516988d2f169fc53583a94bfb365ad1c405cccc340902148 610 0.25 vMB 197
223,610 223,610 000000000000022f51532163df5d592be53627098ef9108a4dd237aad77d8201 14 0.00 vMB 151
223,609 223,609 0000000000000279ae2bacd9855aa6f3889dd1d1773d1f93192e60b1813c4f50 416 0.27 vMB 132
223,608 223,608 000000000000026b4c41372597f9d5dfd87c2dba0d87eef81027d3df9c993242 520 0.25 vMB 164
223,607 223,607 00000000000003261696f2a30f3a1360d4e110b587c8d1d2b164bfbc9f7b6ad6 742 0.25 vMB 239
223,606 223,606 000000000000033c8c6ba8a4737395c0f697adbe5080becff3597fad8179582f 138 0.05 vMB 144
223,605 223,605 000000000000046916bb6df3abea934cb6305b3caf7ca46bb8fe735a2c5d29e2 356 0.18 vMB 147
223,604 223,604 000000000000016e7f856d0b242e33a0798d343738a0d42243001042350b0997 174 0.10 vMB 143
223,603 223,603 00000000000003e7ef518778a6d3cb7f3776429676949879af8f6d967cf55564 420 0.20 vMB 163
223,602 223,602 000000000000000f9808f84cbaac68c6c71aabfbe1fa0fe50b4675917f081c39 9 0.00 vMB 44
223,601 223,601 00000000000001f1bcf388471ce8cf448e563262126f7498c5dea9ae67dfc44a 195 0.14 vMB 136
223,600 223,600 0000000000000066a81399325634312e155dfb7820975e8a35f47af9f822390e 587 0.24 vMB 184
223,599 223,599 0000000000000479042c6e3870da26dd5631bc1672071771c4fa4bc9f07dc877 36 0.01 vMB 160
223,598 223,598 0000000000000434b4db08e68f3ba93d98a38049693084fc839464a3cb81298d 279 0.13 vMB 144
223,597 223,597 00000000000003a40103bce8b694dc6d83716927575b12c07845d2efbca39cf2 34 0.01 vMB 229
223,596 223,596 000000000000003376c0b8c9a742faf957c280e222f4adfcff9f41af8ff4eaf4 117 0.06 vMB 139
223,595 223,595 00000000000001bbf4956e0d400d0e932cf8db29576e8121edd78b61d6bad148 49 0.02 vMB 76
223,594 223,594 00000000000002c6707d454e1348d37dd81e944f3254497ad449c3d28362ff45 199 0.18 vMB 89
223,593 223,593 0000000000000167a4428b32a308842f7743f3f5adce885d22e5bb6269092e30 682 0.25 vMB 223
223,592 223,592 0000000000000170a2efd0a66ee96099f46f9e96f2c5517d0462babdd033db48 227 0.13 vMB 175
223,591 223,591 0000000000000448dab1faca65deb15435d15643d269b6b36dc05354b7ebe929 108 0.06 vMB 155
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.48 GB
    • Received: 0.47 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.