Loading Tool

Explorer IconExplorer

Memory Pool

46,346 transactions
27.34 vMB
0.06203464 BTC
Random Selection Loading Transactions
Max Size: 144.93/200 MB

Candidate Block

Mining Attempt 47891b41c2155b5a00f8facba4127e38232b4584fa94f974f39ee5369e59ff1e
Version 20000000
Previous Block 000000000000000000010a3b807eaed33245d20c47bc2486d6ba8a16c067f721
Merkle Root 92c40ec7bf3ae937c3ac5cbdc3e55df04372a02b3256e8005572d8a5061008ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,383
Size: 1.00 vMB
Total Fees: 0.01071991 BTC
Feerates: 60.10 > 1.07 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,895 (181,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,433 733,433 00000000000000000001d01c031c2961d9a965658062019f1d437813c31c1015 671 0.32/1.00 vMB 6
733,432 733,432 000000000000000000018e3db424cd5c4090c9f76d995bbd867911dd588d9526 621 0.29/1.00 vMB 6
733,431 733,431 00000000000000000001e26bcc436c984af0954ec47030837caa8a9dd7c28dd6 1,175 0.56/1.00 vMB 5
733,430 733,430 000000000000000000009b84ee4ca1b965618de1a2e056a51d994ff070791d28 1,697 0.76/1.00 vMB 12
733,429 733,429 000000000000000000082af6a6db0e71d72f25dcfb513aeda1a1cb4044253030 914 0.40/1.00 vMB 7
733,428 733,428 0000000000000000000220d413ada9d0e86876196a808e95a6488e7381e34218 94 0.03/1.00 vMB 5
733,427 733,427 00000000000000000003f4106eacfc124d4efb5b0cdd35da224055846f06af66 535 0.17/1.00 vMB 6
733,426 733,426 000000000000000000059da5e0176eb0325cf4382ef642729911a00a4f391f38 402 0.12/1.00 vMB 8
733,425 733,425 00000000000000000001710d7cc1b89df817fe65e7654ebee2b032b2386f6405 2,004 0.89/1.00 vMB 6
733,424 733,424 0000000000000000000674610ee0ef31fdc1ac8612ba3753acf16b5cf403f31a 935 0.47/1.00 vMB 6
733,423 733,423 0000000000000000000042552256486f769106448301fd8784af9fcd34ef9139 830 0.65/1.00 vMB 3
733,422 733,422 0000000000000000000568552bd221157ddadb123094361d88cc3edf3ecef083 1,025 0.52/1.00 vMB 5
733,421 733,421 00000000000000000001fd9da368cd0d240f6d6e6605fbeda006266b487a314f 873 0.34/1.00 vMB 6
733,420 733,420 000000000000000000013aa69a4e9b076c715d560fd414734972c40582e535eb 2,711 1.00/1.00 vMB 6
733,419 733,419 00000000000000000002ec5a9cde33cb96ac4ec7f2d84fe34d52c6f09bd8bdca 276 0.31/1.00 vMB 1
733,418 733,418 00000000000000000004a965ab9b658f8a33aacba5ceddc4d9c51fe034de512f 2,718 1.00/1.00 vMB 7
733,417 733,417 00000000000000000001696adc1e9f17147fb45ed701a8d39b90403268ec3642 2,666 0.80/1.00 vMB 6
733,416 733,416 0000000000000000000849d786137dbaab12e2ba2dac88714431908d2c9219f1 1,202 0.28/1.00 vMB 5
733,415 733,415 000000000000000000065e580e62ad27de91e9ae77e1201ea4d053f67f06b94e 1,994 0.47/1.00 vMB 5
733,414 733,414 0000000000000000000021127c2f152ba61807e83653637cdcaceceb63e50cbd 99 0.03/1.00 vMB 6
733,413 733,413 00000000000000000009141b821690d34beb8570bcf7616466e5f5f89911a194 1,671 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.20 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: 654.05 GB
    • Received: 14.10 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.