Loading Tool

Explorer IconExplorer

Memory Pool

87,107 transactions
32.29 vMB
0.14018776 BTC
Random Selection Loading Transactions
Max Size: 197.72/200 MB

Candidate Block

Mining Attempt fa4236e02f65391b907481e531701ee0730e9ef5ffd37b33797605b6940de21b
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 1a8821d080518694fcd6740ffb355785b3f760a84d3bb4ba26b0ca6c12de8344
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,940
Size: 1.00 vMB
Total Fees: 0.05295826 BTC
Feerates: 301.57 > 5.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (904,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,669 10,669 00000000368152f8ab185ca5946c99d8ea27fa49e7aad9df6fd7b04b04f9fb48 1 0.00/1.00 vMB 0
10,668 10,668 00000000017a7f8ff9ab6a0aa12447db759e3c33dd565011ebc535edf4b1b337 1 0.00/1.00 vMB 0
10,667 10,667 00000000543124434251aa0ab9b91f059f42d6ef51edb9eb8f326a5840361888 1 0.00/1.00 vMB 0
10,666 10,666 00000000c6475132c521df1c97cff03095b4161e86cb8a58ccb5f2a095396006 1 0.00/1.00 vMB 0
10,665 10,665 0000000074675b946f1618d6507d7c8472cd418c7c93d54a1214741fc9e0d01a 1 0.00/1.00 vMB 0
10,664 10,664 000000001d060a6e158b44a5736c992550d440bdb1225280153de204a9e9f9df 1 0.00/1.00 vMB 0
10,663 10,663 0000000025f1f061e72fd791e0178313611c97bd3faa825fb2a0b6d1f7cfc464 1 0.00/1.00 vMB 0
10,662 10,662 00000000856e2a5f4dd713abd5e1ef2029f33ed48bfed465c62f6b716150555c 1 0.00/1.00 vMB 0
10,661 10,661 000000005d52ba8995cd978f49b85a15ae4fed68b29c03694ac5cddf4c2c2a79 1 0.00/1.00 vMB 0
10,660 10,660 00000000b953ad0fda535a91e616deabf9ec96ca81b9891acacfab75c8b942d0 1 0.00/1.00 vMB 0
10,659 10,659 00000000cf164c05d402f4097af2ad85b9464ac092a5ba151dd2c73f3173e448 1 0.00/1.00 vMB 0
10,658 10,658 000000003c9c95d4c1774006acb5016e5c3330af30a2847139645f24da37159b 1 0.00/1.00 vMB 0
10,657 10,657 00000000268de2c1646354740c7e63d9d47322beb819b08f44692950162f12e4 1 0.00/1.00 vMB 0
10,656 10,656 000000006c28ee2b69b743b0a7a657f845628fa8344733467d751d8ccb2e15f4 1 0.00/1.00 vMB 0
10,655 10,655 000000002d2be6a2529ec9d7b5e53d5918526bb56a86f6f3be541ae5ef9ca94b 1 0.00/1.00 vMB 0
10,654 10,654 000000006b532937aee801e22b34ca9e047bb6af38f858b23f7f544cc17dcaea 1 0.00/1.00 vMB 0
10,653 10,653 00000000da5de0f6dfe32605361adcc5b56a77ad09fdbc0a24e2cfcd218a5ef0 1 0.00/1.00 vMB 0
10,652 10,652 00000000b82945d6cf257332173c2897c8d64313bec6d22be716a34caccdc25e 1 0.00/1.00 vMB 0
10,651 10,651 00000000ccf5809a9f1526083a55eb9eaf205e401b678cb28dd0f983fb1fa27b 1 0.00/1.00 vMB 0
10,650 10,650 000000000220dda0c7e25a5a091717482712761ff9270149bbd9af8c183407de 1 0.00/1.00 vMB 0
10,649 10,649 0000000083d9fabaa2900216ba37947ecba40c0cde0f58dc479cc62acf3edfa5 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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