Loading Tool

Explorer IconExplorer

Memory Pool

79,247 transactions
29.39 vMB
0.12538998 BTC
Random Selection Loading Transactions
Max Size: 176.92/200 MB

Candidate Block

Mining Attempt 921a0a0fad77dea74f115bf92c5afd7e83afc849d882abe4f3a816d48e65f24c
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root fb3bd8cbd9fbb9aa41ba39a10b1ca7d67b42c61e9e5870034fc48cd963e1b7cc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.04554709 BTC
Feerates: 150.80 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (487,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
427,452 427,452 00000000000000000052698e236e665d32545bdbd3e3bcd3340b873345826068 260 0.13/1.00 vMB 54
427,451 427,451 000000000000000001cabc837fcab542b34957ca5511628b685a2570e8d0d47f 1,366 1.00/1.00 vMB 34
427,450 427,450 000000000000000002220751499fbea0719b818d04bc8458ed38915f9fd2d593 1,512 1.00/1.00 vMB 22
427,449 427,449 00000000000000000228fac79c6d4e43742c5b29b5a6efe85be00b122f77cca7 2,406 1.00/1.00 vMB 61
427,448 427,448 0000000000000000045a3ab83fda6997ca97bf0fa4f1d7232c0870235004ed93 2,161 1.00/1.00 vMB 48
427,447 427,447 0000000000000000009f38a2232305461130e64084fd199041cc146217fce66a 1,789 1.00/1.00 vMB 41
427,446 427,446 000000000000000004a35bfcb84b1a738f1393fb55da670611f4e4dcb5835776 1,266 1.00/1.00 vMB 30
427,445 427,445 000000000000000004b72fd635e25022a63c2c04c28e80d97e2dcc7feadc59b7 2,237 1.00/1.00 vMB 56
427,444 427,444 0000000000000000026134ab9de808940b540181b3f01035b44fa04d42204e65 2,177 1.00/1.00 vMB 67
427,443 427,443 00000000000000000349f4dd863be4b95e71ed80e3032378f8129695b3e26567 2,033 1.00/1.00 vMB 48
427,442 427,442 000000000000000001b9bcbbfffd677ef19ed159c74c16579dcb4f657782cd95 2,182 1.00/1.00 vMB 51
427,441 427,441 00000000000000000254870c1d46ebb99b7c309f13dda454b1347d9a4fa3026d 2,537 1.00/1.00 vMB 75
427,440 427,440 0000000000000000009c65eb596f7e95109d8cb6b9bafb837a1bfe3fb1a7ea2f 2,599 1.00/1.00 vMB 60
427,439 427,439 000000000000000000a9039050ddb89a896f7fbac7c850a82379ba3bef82e5b7 2,245 1.00/1.00 vMB 61
427,438 427,438 000000000000000000285f8334c80d77620e1e7af41e5f2d04062bb8b2678747 763 1.00/1.00 vMB 65
427,437 427,437 0000000000000000043bab5bd95a79d0edcdb15b45d34c454a6167a92f716c70 952 1.00/1.00 vMB 69
427,436 427,436 000000000000000004bf871604d059fcf11a4f8818e9393954e6bb9a4773d323 2,101 1.00/1.00 vMB 82
427,435 427,435 0000000000000000031728c66278d0d0a8d6b191b453735abcc72408a7c55f42 2,098 1.00/1.00 vMB 91
427,434 427,434 000000000000000003cee8eb3f105631f571417ea2e58c783a779cac442afce0 892 0.41/1.00 vMB 59
427,433 427,433 000000000000000000e88179ade4315075f6fbdbd2a1504f0828d100a816bab0 1,634 1.00/1.00 vMB 40
427,432 427,432 00000000000000000168462f37b90e0135daf64f1f73ee4f051e93b2d60ac701 2,331 1.00/1.00 vMB 63
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.