Loading Tool

Explorer IconExplorer

Memory Pool

79,121 transactions
29.35 vMB
0.12426853 BTC
Random Selection Loading Transactions
Max Size: 176.72/200 MB

Candidate Block

Mining Attempt 01411972d89cdf57f18582eb5586ef7c3c342a8c8a5c624af04b6c31ea779f3c
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 05487dc0672f9039f8c5b0d745f43fb57eb371e6173a2860e32085d5d13707e8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,294
Size: 1.00 vMB
Total Fees: 0.04503373 BTC
Feerates: 150.80 > 4.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (436,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,118 479,118 0000000000000000011d8670224576943a50627ee9c616d19cd9f7cf784a1e09 690 1.00/1.00 vMB 31
479,117 479,117 000000000000000000ab2d6662f4e8c12a0ac0d263a3f62f78e311c123ab0140 306 1.00/1.00 vMB 7
479,116 479,116 000000000000000000ec5d87b28c9eb9bb65500d2fa647b62d8abf8000fcbdd0 308 1.00/1.00 vMB 15
479,115 479,115 000000000000000000bdbce37783740123d8c46e14013aad34895560bf1af824 887 1.00/1.00 vMB 40
479,114 479,114 000000000000000000382df9baba829ae2e9d81bba80dcffe0685f6ebb3d1656 655 1.00/1.00 vMB 24
479,113 479,113 000000000000000000e5911a1a5e51516c7bd23502a1851763b24a84207fe566 605 0.99/1.00 vMB 20
479,112 479,112 00000000000000000049d5847d3e7c72fb73d47beeb7feb12c1f4b80206763ab 1,200 1.00/1.00 vMB 20
479,111 479,111 0000000000000000012039f2380f1ba5a3dc8193eddbc5ecd53e4eafb3e1ed2e 740 0.49/1.00 vMB 82
479,110 479,110 000000000000000000f1a1c412d54cc001d73075774d28852af00855378eca9b 1,733 0.89/1.00 vMB 107
479,109 479,109 0000000000000000003827b38d62deec421864ead1afc0519b92200ddf525df3 2,084 1.00/1.00 vMB 9
479,108 479,108 0000000000000000011b4b0e661bb6cf817cce97485eb54d2b4a2d0cd60ddae9 1,248 1.00/1.00 vMB 55
479,107 479,107 000000000000000001113e9446c88af9a606d66363d9459afa52f8811407ea7d 336 1.00/1.00 vMB 13
479,106 479,106 00000000000000000052392c0103886c7725c4b2936a2e15fe9de1fbbee78551 1,734 1.00/1.00 vMB 117
479,105 479,105 00000000000000000079ca4f54f41a6b716b6a4e3a85c24d24838acdf344dae6 1,667 1.00/1.00 vMB 67
479,104 479,104 000000000000000000b700abeb6cff1bd4229cec8d5e9fa2bf31de6f109efa0e 1,995 1.00/1.00 vMB 143
479,103 479,103 0000000000000000006f6a84d24df4206fcf73e9faaa47d56ca50c47a3e02cbb 1,965 0.99/1.00 vMB 87
479,102 479,102 0000000000000000009a95e78293cdcb9fb344d5412aeafdb34d394b22aa3ed4 36 0.01/1.00 vMB 588
479,101 479,101 000000000000000000812a98e55051c99784a718e9c9d21d7572f3c70c698789 2,074 1.00/1.00 vMB 113
479,100 479,100 0000000000000000012e56d5d6a5619db27f0e051d90b4484aebe95970d2e497 2,205 1.00/1.00 vMB 72
479,099 479,099 00000000000000000061db1e6a204b37dc2ab28337dea20a1f333f9a8e2774cf 1,694 1.00/1.00 vMB 123
479,098 479,098 00000000000000000016a179de5ff621312cace9c38a49caec891ac30d41aa1f 1,648 1.00/1.00 vMB 138
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.