Loading Tool

Explorer IconExplorer

Memory Pool

47,170 transactions
27.88 vMB
0.08621126 BTC
Random Selection Loading Transactions
Max Size: 148.22/200 MB

Candidate Block

Mining Attempt 3a52af16c4aebf89ba2d7d9663c963a5f17bf42bc2bb1f2c815eb00fb690c1a9
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 2a1959792858fc71fb1603d6daef545b65723cbc9f5c481506c0d9315e171221
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,436
Size: 1.00 vMB
Total Fees: 0.03282765 BTC
Feerates: 500.00 > 3.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (413,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,824 500,824 000000000000000000560d7d7e2d9dad953986d5d6d8449bc4da45fa1d6e17bb 2,172 1.00/1.00 vMB 695
500,823 500,823 0000000000000000000603d311a2a3346dacb9b3fc03530108d95fe573d82410 1,935 1.00/1.00 vMB 374
500,822 500,822 000000000000000000378dfb3e3e93119718f14eb008e754fbb0ab1f84650fb9 2,235 1.00/1.00 vMB 951
500,821 500,821 0000000000000000006948f462e6a53faf2c6c2d2fd15954f9455b42c0a522db 2,278 1.00/1.00 vMB 611
500,820 500,820 0000000000000000003dcb4cfd2a873174d9ebb14b05abfd66d4fb0c0cf7b8ad 2,142 1.00/1.00 vMB 955
500,819 500,819 0000000000000000005087254f1c1aea6f75ff0735b440432fd8a68d56ae0bba 1,381 1.00/1.00 vMB 350
500,818 500,818 0000000000000000007f9ed22f2d87da099a3e2ad279733ced62106dd15afb14 1,982 1.00/1.00 vMB 770
500,817 500,817 0000000000000000009012a9262f84687c679c8da38f8aecaa5b9ae133209f4e 1,601 1.00/1.00 vMB 459
500,816 500,816 00000000000000000044ea0dbe9763dab036acf6b5a8d74db762985562c023ea 2,428 1.00/1.00 vMB 806
500,815 500,815 000000000000000000855dcb36949ffee51004e48a9b829e6e94a4ee5133b02a 2,636 1.00/1.00 vMB 708
500,814 500,814 000000000000000000339c0432990633b89541f013632dd0b448932ed9dedda3 2,214 1.00/1.00 vMB 745
500,813 500,813 000000000000000000113ab9eceae399df5b901bdb19bd176b20299f11cf1f78 2,549 1.00/1.00 vMB 460
500,812 500,812 000000000000000000769fdbfdea6c3b38cecc7dbfb7eca4f17ba98cec2b4df5 1,656 1.00/1.00 vMB 832
500,811 500,811 000000000000000000377fe9a7a6b6ff5c6cfd311150e63c21e93fb88a0b296c 2,608 1.00/1.00 vMB 743
500,810 500,810 0000000000000000007467900ae0c0a4bd2757a60120dc4ee4f929d5e033cba4 1,919 1.00/1.00 vMB 387
500,809 500,809 000000000000000000872785e17f233dda3ce3cf0e1c9a80180ab2398fc0206d 2,137 1.00/1.00 vMB 300
500,808 500,808 000000000000000000008d511a269a69381e3c7ad1749cf2573d538f745d3f30 1,231 1.00/1.00 vMB 248
500,807 500,807 0000000000000000002468c90d33a7bb0fbc936b6d3125c0e8809ca8789b80cd 2,326 1.00/1.00 vMB 819
500,806 500,806 00000000000000000048f98424e721447253fa01854284e916238c1444522ae4 1,685 1.00/1.00 vMB 640
500,805 500,805 0000000000000000000ef9e0dd3007e27f576309294355dc7a53e6ab33b44a1a 1,526 1.00/1.00 vMB 293
500,804 500,804 000000000000000000765c190d2d0d6de132bd771738b45716beee176dcca5d1 1,217 1.00/1.00 vMB 309
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.