Loading Tool

Explorer IconExplorer

Memory Pool

11,912 transactions
6.84 vMB
0.02312616 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.21/200 MB

Candidate Block

Mining Attempt 92a4db30068ea5c478d933a984af29e13a3c7b26efa14ca7fe30847dd7db1d21
Version 20000000
Previous Block 0000000000000000000064d22f1bdfdfe2f6b46ad3a091b40b3a4b74f4efc0f9
Merkle Root ad172528a1048c49bea359833c6d7b6ba161007b1af2ef2daa7dc4abb5ac77a6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,173
Size: 1.00 vMB
Total Fees: 0.00985181 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,384 (654,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
258,783 258,783 000000000000000494df7a873ab744d1560de6e52cfc63bdb55f202cb5f9f8b1 21 0.01 vMB 101
258,782 258,782 00000000000000096aea3320e6b1f4223042480337083936f4c9ba09fc9a9638 86 0.04 vMB 81
258,781 258,781 000000000000001fab822203e00dc391e5a1641df764953250b3538d2ae7641e 291 0.11 vMB 1,030
258,780 258,780 000000000000000eb0ebbc58111af7e1dc38c54296c4c93e99901b8442f1d8b2 372 0.13 vMB 857
258,779 258,779 000000000000001d52aabd4db3c58887af166c04a8e283f897ddf13e0df7812f 96 0.04 vMB 124
258,778 258,778 0000000000000014fc897e32951d643f21f037439f93b914df7c2bebe8b0d243 74 0.04 vMB 227
258,777 258,777 00000000000000195d93e6e3ea9fb319afc40185110af9d21cef850ef64d598c 222 0.11 vMB 108
258,776 258,776 0000000000000007bcc701f2893d9a554824eed9734140c314d0368bddde62a7 432 0.14 vMB 79
258,775 258,775 000000000000000d132b6b53c407d7567ad479c22a78c5a6f831f2bcc4603283 338 0.13 vMB 100
258,774 258,774 000000000000000f1aeac45c679687679547260c075c380d5426eefe61bd5c77 1 0.00 vMB 0
258,773 258,773 000000000000001b77380eae451fb1bb7a7ba82eb16882a5a8381e77ce4e00b3 48 0.02 vMB 111
258,772 258,772 000000000000001669a36ba780302a78977890bdf8694ce2439e5d737ddf7bc0 379 0.22 vMB 310
258,771 258,771 0000000000000017dabef2297d25bf7309dd2eba1d440a917719a71daf78fbd5 101 0.04 vMB 1,196
258,770 258,770 000000000000000f536a576e6986b2e088b06802529eb780996cc9c1962d3142 508 0.20 vMB 393
258,769 258,769 00000000000000066cb36660a7cf8cedccafa5f211ad2d5ff2371729d138461d 578 0.23 vMB 99
258,768 258,768 000000000000001593aa695fae74528903355e19930ab93e92a3d9c4bd354975 93 0.04 vMB 73
258,767 258,767 00000000000000029c4f8f4c3bc50e1007237485ba6752891492387fe42b49af 72 0.03 vMB 71
258,766 258,766 0000000000000007184b3f3c22407b209a0489f002f28e910addba63e193403f 255 0.11 vMB 543
258,765 258,765 0000000000000002253d40e9e061b21dd5ed5f03d7a81129e16f2583e3112cad 276 0.11 vMB 86
258,764 258,764 00000000000000031c4ac77c6554ddef0ff5b3bbbaf748c9b886fbea70719465 449 0.20 vMB 93
258,763 258,763 000000000000000ffb00654e32c51f1ce015f5ea9590b1f495339c065a00a5a7 65 0.02 vMB 2,328
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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