Loading Tool

Explorer IconExplorer

Memory Pool

34,280 transactions
14.34 vMB
0.06404599 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.58/200 MB

Candidate Block

Mining Attempt 35f8807a432f197ba8feb3aa49e45d53617fb3c20c859b0cf5985be57b677578
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root f29469d6e34fd4ab47be294dbab07c04d85c9fd68a72c12cb1a2efd8587209c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.02202229 BTC
Median Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (696,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,810 216,810 0000000000000306212603012b675dfd4e99706da85442145fe08c7b9f010d70 122 0.05 vMB 193
216,809 216,809 0000000000000457da6269b526b7ca7a2102e04b789be23c4360c909acc27d9e 47 0.03 vMB 42
216,808 216,808 0000000000000237e1708f70443ad86fd072259a87052866d316fec67a3675f3 128 0.34 vMB 16
216,807 216,807 00000000000001fe5fc35ea2f08eb6566cf7709705e0129bc8f664d0f79dc3d3 544 0.23 vMB 186
216,806 216,806 00000000000002a251ccc66f2765059dffe293f87417f2a316c281cd7f28cf04 108 0.05 vMB 116
216,805 216,805 0000000000000278479a562da83a75fc53cb06028774b6d68843de012a199b34 217 0.07 vMB 54
216,804 216,804 0000000000000439f5b9dd1fd51170cd2a24d6bf4b9ffa0a112a891a2cbb478b 651 0.25 vMB 204
216,803 216,803 000000000000002e2e9e66d17f0b5c02c59f49d5b16456e50842e6118ad94c54 137 0.08 vMB 120
216,802 216,802 00000000000002d1d238a7530f7d2e4894d127572a7e2fa66296c29474cf1875 587 0.20 vMB 225
216,801 216,801 000000000000047e011496327da69581ce6e47de0adae9c34ffbbe6e12bf6c1e 433 0.17 vMB 184
216,800 216,800 00000000000000f240fa6f708f70a4260b9840e2734f704a59eb692321d5744e 147 0.06 vMB 154
216,799 216,799 0000000000000099c52194221bdf87e2c8ad900b058e6dec5744e2f836543f53 289 0.23 vMB 101
216,798 216,798 00000000000000d22af79a9a0de99fa9846300e5d1eea01583685276f2f40495 655 0.20 vMB 245
216,797 216,797 00000000000004bc8d716d042e1ff73cd7fb010aad31bac6751ea3b4463e0bb7 124 0.05 vMB 110
216,796 216,796 00000000000003a5037257c5d26b05b41cc12f15f5cf00aac11a34d377bb708e 94 0.03 vMB 107
216,795 216,795 000000000000003ac062457282c844cdddddb7ffb2fa6185592f9c59a9970b0c 407 0.24 vMB 124
216,794 216,794 0000000000000432a3678d16156266b47cad1876ca48ff36ef211d30d2ed894d 648 0.20 vMB 280
216,793 216,793 000000000000046f3035d45e55b61382e59d9ad0081a62604dcb9d45ee2edb73 63 0.05 vMB 110
216,792 216,792 00000000000002fb0b41128aa22100677fecc21b5dc8d1600a4b22da9afe6d40 147 0.07 vMB 139
216,791 216,791 00000000000004a59519f43615150989eb7841d760841b5f3beebd4c024ed84f 628 0.25 vMB 184
216,790 216,790 000000000000044fa3ecf1a3b67a305731dc4a2915198a30619b77e21ef99198 279 0.23 vMB 60
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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