Loading Tool

Explorer IconExplorer

Memory Pool

47,306 transactions
27.99 vMB
0.08795554 BTC
Random Selection Loading Transactions
Max Size: 148.75/200 MB

Candidate Block

Mining Attempt aeacfb5d1badd3d70d2f9e3e888be8220778b809d71b49dd0bd9c3bb416570ab
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root 0a3cdf2ddaf49a199f21f26d9ca612505abef58046bef3a5bf38e19519b247b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.03351398 BTC
Feerates: 500.00 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (413,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,832 500,832 0000000000000000003eb4ca01713854f0f7d078d47935365e08ecbe61b130cb 1,883 1.00/1.00 vMB 439
500,831 500,831 000000000000000000962a3cb536b95e61610feba422cc5ecb6765eb126a600a 1,406 1.00/1.00 vMB 286
500,830 500,830 000000000000000000864b50e4634950f272bdc46276df6cc2fb7df6cd9f3170 1,972 1.00/1.00 vMB 665
500,829 500,829 0000000000000000000d8c659faef17f92fda561c42a71152ef519a49d191706 1,794 1.00/1.00 vMB 544
500,828 500,828 00000000000000000023be54758e8d3eead8aa7ebc814e919504ecd00c953b19 1,311 1.00/1.00 vMB 370
500,827 500,827 0000000000000000001facd97f2b844730bba663e9d47cf3d99c39899b5ce8d3 1,621 1.00/1.00 vMB 357
500,826 500,826 0000000000000000008249d2861fe1de870e56f7f5b27cfe4f7bdc3ea86b1fc2 2,353 1.00/1.00 vMB 931
500,825 500,825 00000000000000000076b8e9a979d36ec6747c0c130afd0d67a27cb0d3f310ba 1,709 1.00/1.00 vMB 416
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
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.39 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.