Loading Tool

Explorer IconExplorer

Memory Pool

46,297 transactions
28.66 vMB
0.06156961 BTC
Random Selection Loading Transactions
Max Size: 152.50/200 MB

Candidate Block

Mining Attempt 94f089d3d3b9cf42cc5c54b12e3e218a9e528b165d349418238b3a443072f3f6
Version 20000000
Previous Block 0000000000000000000174ee00feb456e9cb08dcdd2b42ef733fc93eec85ef67
Merkle Root 21ab0bf7e9ef38d6e25f2e97ea4311181b1713112fe4419879eccc9b36362c76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,329
Size: 1.00 vMB
Total Fees: 0.00666450 BTC
Feerates: 20.19 > 0.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,831 (456,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,009 458,009 00000000000000000102b68e885f4f5c2edb7414d19a8025d45a915e57a70015 1,081 1.00/1.00 vMB 69
458,008 458,008 000000000000000000f4bd8b5547bc04570f1f517c3e0fd18c3e95b1a041f31b 1,841 1.00/1.00 vMB 105
458,007 458,007 0000000000000000005f0b8caf523ebd63a0d633991fa5921a297dfa9a5b4708 1 0.00/1.00 vMB 0
458,006 458,006 000000000000000001100078e8d758cb73efddc461012a7d638d179fd7c180c6 1,955 1.00/1.00 vMB 168
458,005 458,005 0000000000000000014b72ad8e1f07fabbdeebb640364657fabe0d0806287422 2,481 1.00/1.00 vMB 243
458,004 458,004 000000000000000000dab0df746be8a57fea843fba42b975aba441f30a21af41 2,400 1.00/1.00 vMB 141
458,003 458,003 000000000000000001e684795dfbe8864d9a69d5d7c89d4ba14952d72c93d257 1,940 1.00/1.00 vMB 227
458,002 458,002 000000000000000001e27fe92060b334ad17c6c195d63c68097474491c85b57a 2,476 1.00/1.00 vMB 215
458,001 458,001 00000000000000000115ebc10cda9a19e5746a99df1e3aa651d2520676a22f86 2,679 1.00/1.00 vMB 142
458,000 458,000 000000000000000001f065e6a6ce0c91f6c8a4bf0e10b061045f1234311b13ce 2,493 1.00/1.00 vMB 191
457,999 457,999 000000000000000000ecd19e7807051d05dd9ca3689b1e33795ba916f08f5f5d 1,759 1.00/1.00 vMB 140
457,998 457,998 0000000000000000012ae60d5459292f083dfb5426028252a8cf78b064a7d9f5 2,354 1.00/1.00 vMB 213
457,997 457,997 0000000000000000010bab18c137266e1a463cc5c14dccc95a5e4c0ad73902b4 2,614 1.00/1.00 vMB 219
457,996 457,996 0000000000000000009e8c328c6d44dd8d8ef5bd860f63ec053a2914441d124b 2,103 1.00/1.00 vMB 250
457,995 457,995 00000000000000000105ddaba36ed540c39eeae9d33df6958e14e6682b00bc3a 2,441 1.00/1.00 vMB 209
457,994 457,994 0000000000000000015737538ddc63117f88b2db505ffb24243d4677a405420c 1,727 0.85/1.00 vMB 186
457,993 457,993 00000000000000000243f715f81c61f59cfee02b0de198116b2213f229d59a4b 1,755 1.00/1.00 vMB 118
457,992 457,992 0000000000000000011894ab5276281284df0052b0c1814dba4556e20f72bfc4 2,373 1.00/1.00 vMB 136
457,991 457,991 000000000000000000ac966d9149271b635db405769563b3c09b9cb280882f1a 2,142 1.00/1.00 vMB 193
457,990 457,990 000000000000000000d7ec12f20003e5e7e007d1fc5b3c62dfedd09fe67bb510 3,106 1.00/1.00 vMB 277
457,989 457,989 000000000000000000eea02beb8e565d1e80e0012253681c39e416b86f358c5a 1,218 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.09 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: 651.48 GB
    • Received: 13.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.