Loading Tool

Explorer IconExplorer

Memory Pool

84,497 transactions
31.68 vMB
0.10751417 BTC
Random Selection Loading Transactions
Max Size: 194.26/200 MB

Candidate Block

Mining Attempt f9e2c3419a1eb9c5536f423e907460486630b26e705214cc5fcf4982bdf3c96a
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 9cd1c2363608dc94615d6517b9a33feecd436f9a30ca93e0c6c236959bc8acc4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,156
Size: 1.00 vMB
Total Fees: 0.03324714 BTC
Feerates: 504.27 > 3.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (355,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,582 559,582 00000000000000000003482af0f35fc35bc88c54735999330aa44a4da59c2814 2,819 1.00/1.00 vMB 28
559,581 559,581 0000000000000000001cba16b234a3fee0077a637fdca1a2383bb0f288a9b74d 2,239 0.81/1.00 vMB 10
559,580 559,580 0000000000000000001d2b8626a99ec1f42bcc02e7912645a9524ef2ce920a9f 2,839 1.00/1.00 vMB 13
559,579 559,579 000000000000000000017a585ee4dc809bd0da5c65366f0d3df652b598ffa22a 2,930 1.00/1.00 vMB 14
559,578 559,578 00000000000000000001c975f8b4bccb3f0bdb411f68a6bf29651a680907e2c8 1,634 1.00/1.00 vMB 6
559,577 559,577 00000000000000000028bf7729529ccc381450957499a7b6c32959d97d376871 3,186 1.00/1.00 vMB 21
559,576 559,576 0000000000000000000fd5786385463a2a862d37a676499f84fe7e786dd479f6 1,943 1.00/1.00 vMB 15
559,575 559,575 00000000000000000024ce062f3fb6f1b6025297eaaa55ba8fa79dfcd997a1e8 2,701 0.89/1.00 vMB 18
559,574 559,574 00000000000000000022fdfb1cbf8efcb9fa93d7cf5b0094eaaed28061d32a54 1,324 0.43/1.00 vMB 15
559,573 559,573 0000000000000000002c17074b593590d587aac0b1fe45480c92383dc95d7b90 761 0.28/1.00 vMB 25
559,572 559,572 0000000000000000000ce0c8d6774b0cf37d10c89237bcef3bef25c028883e1d 1,994 0.78/1.00 vMB 18
559,571 559,571 00000000000000000019a83935eb0c373397a5eaaeb0e9dcfae6026ec9b237bd 3,042 1.00/1.00 vMB 17
559,570 559,570 0000000000000000000619c6bc379070a431c5127fab0f163a5709ac6a6322bc 198 0.08/1.00 vMB 14
559,569 559,569 0000000000000000002b9380b9a92420233c14e18864dc1e15c7e95c8769d84b 2,224 0.75/1.00 vMB 14
559,568 559,568 0000000000000000002dc0a6745c29bdf58b108580d3fec1a471e9eeae639469 2,242 0.70/1.00 vMB 12
559,567 559,567 000000000000000000246aad5ba95a5b55d09d35591066d91267380d959ae84d 156 0.04/1.00 vMB 20
559,566 559,566 0000000000000000000f23223b5a626007dc6405ff587d2eb67a46619fdc2092 1,234 0.69/1.00 vMB 6
559,565 559,565 0000000000000000002e1af39493cd9be698ca30a625d493c9fc8a97b5ee9d3d 2,662 1.00/1.00 vMB 9
559,564 559,564 0000000000000000002cc6f08d6cccadc86eb89dd3061e1015d2f26b3bd44115 2,946 1.00/1.00 vMB 16
559,563 559,563 0000000000000000000df410f68e195016077d8b1ecc9e76705e482e3e4b1a03 3,317 1.00/1.00 vMB 36
559,562 559,562 0000000000000000002631db4bacf2faeb0fcc82d71449289046457ec6ff1570 2,981 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.