Loading Tool

Explorer IconExplorer

Memory Pool

78,768 transactions
29.18 vMB
0.11938723 BTC
Random Selection Loading Transactions
Max Size: 176.00/200 MB

Candidate Block

Mining Attempt a2382639e84031306a7f9d27e8152f2d4f24f2dd0167c30d726fec0954b7e58a
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (367,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
547,541 547,541 00000000000000000011844e5fdad98636efc57f18a93bc117165db1c4cd3795 1,671 0.74/1.00 vMB 8
547,540 547,540 0000000000000000001d4729bc62aacabd3382b606272028207066d903efd58c 547 0.30/1.00 vMB 25
547,539 547,539 000000000000000000262ab8a8e97c708e6182b129c70bf9e7f5d3b672290c7d 1,530 0.66/1.00 vMB 10
547,538 547,538 00000000000000000010f605bc1637bbdf3bf276d8364b6f02f2e678e594b730 967 0.41/1.00 vMB 8
547,537 547,537 0000000000000000000bf6f668017d7e84443902361c5e035608a3436577085c 1,145 0.67/1.00 vMB 6
547,536 547,536 0000000000000000000845e6d12def052714ae57fc9a71fa4715072cadf62afd 1,423 1.00/1.00 vMB 4
547,535 547,535 0000000000000000000f8edad4963360fefc94e79ddb986109bfeecc304e1531 2,853 1.00/1.00 vMB 17
547,534 547,534 00000000000000000013df772fa5f035e5279c0685611abc76f54ca3655db7ff 2,432 1.00/1.00 vMB 6
547,533 547,533 00000000000000000002148ca22602ccfbd01b237ba7f9c82a6a4b2fd1f84953 2,933 1.00/1.00 vMB 12
547,532 547,532 000000000000000000090b67ca3e9c3610b79e200e1a6e668ec2cbe6c830b8d6 1,740 0.67/1.00 vMB 31
547,531 547,531 0000000000000000000940db933cf32329e6ec92695fa80b3a0e70c7d1fbe2c4 2,880 1.00/1.00 vMB 13
547,530 547,530 00000000000000000023b92909d86f43671076e56c461f1b1571974843d6b6b6 950 0.36/1.00 vMB 26
547,529 547,529 00000000000000000004919c0f525986112e586e4552a351aa435e044b8f33fd 169 0.06/1.00 vMB 21
547,528 547,528 0000000000000000001ab91ed6c0642b967d5dc1fd6f0dd2b3e7cde304860603 1,049 0.57/1.00 vMB 13
547,527 547,527 00000000000000000008c8b4bdf2b271ec98b9d4b9fa96849aae92c30f3beb0f 759 0.51/1.00 vMB 5
547,526 547,526 000000000000000000124c9a3acbdb84e8c962fcd3b59143e3166bd7ccc07bec 2,551 1.00/1.00 vMB 11
547,525 547,525 00000000000000000007ca4b8922f11ba72ce37077d2ae0c1d0b7f0e26e27bad 436 0.22/1.00 vMB 7
547,524 547,524 00000000000000000023d4e94eb2def1bfae54c56a5910fe630c5575b2a697ee 1,536 0.63/1.00 vMB 11
547,523 547,523 0000000000000000001ea745cd8c6c044214f8cfaca7ff1833800af4f1ddca82 1,693 0.84/1.00 vMB 4
547,522 547,522 0000000000000000000b13c7ed55e9dda37c167f7e922e1bffa01c3297da3a82 625 0.22/1.00 vMB 28
547,521 547,521 0000000000000000000e2c5ed4714fcffc3841894bd3bfd6c02bc6e0c0e17992 1,080 0.56/1.00 vMB 8
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.78 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.