Loading Tool

Explorer IconExplorer

Memory Pool

26,083 transactions
26.78 vMB
0.05484715 BTC
Random Selection Loading Transactions
Max Size: 128.54/200 MB

Candidate Block

Mining Attempt b7d85b559735d44ec01edbfa2830b612b47fb9b91ed4e3c88562532f7d44df65
Version 20000000
Previous Block 0000000000000000000051c37b861c7bf429b2e91859f9ffd065f6499afeaedf
Merkle Root 7629a0285e09ab362dcd7ebcae6a2a9b559bef7286f975c48e011dcdc15fddd2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,075
Size: 1.00 vMB
Total Fees: 0.00461542 BTC
Feerates: 40.28 > 0.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,498 (368,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,871 545,871 0000000000000000000383fb0c96397da185a378d04cf7d451ef81a7b446fbb7 2,292 1.00/1.00 vMB 18
545,870 545,870 00000000000000000007e129229618f4432518d57b8406c947008219b4d4b723 2,154 1.00/1.00 vMB 28
545,869 545,869 000000000000000000216fe333e99c2ac3bb9b8fc67d0610cde07eb1c760aafc 1,014 1.00/1.00 vMB 62
545,868 545,868 0000000000000000001268d9d766a5e9cb1c6c04d56bda99ac08fbd1e103fb11 1,336 1.00/1.00 vMB 77
545,867 545,867 000000000000000000154159c5c0ae3a8564553def8e16910ef2c2192912deda 769 1.00/1.00 vMB 42
545,866 545,866 00000000000000000013462f34be2dc7c69be1db9d32d3ca91bced95c6f5a4ba 1,992 1.00/1.00 vMB 6
545,865 545,865 0000000000000000002577e2b83787d78a50235cc30c53416de21597a7af97b8 1,000 1.00/1.00 vMB 61
545,864 545,864 000000000000000000107c47c828d9eccd70b109234bb511dfd2a3a55dffb963 2,207 1.00/1.00 vMB 9
545,863 545,863 0000000000000000001fc2ca95b17b5734fa6ea602ebcdeef8a48bd64581e06a 1,167 0.46/1.00 vMB 11
545,862 545,862 000000000000000000103f0316475b59562dc82d95146fd30d5f1d8190678cb9 2,689 1.00/1.00 vMB 9
545,861 545,861 00000000000000000023011e358e36eea2a8dd0d1b8ee4bc7457977f86eb4d8a 2,078 1.00/1.00 vMB 33
545,860 545,860 0000000000000000001dbf35d911b53e80aaf65389adc27e01cb9381c5804896 2,783 1.00/1.00 vMB 7
545,859 545,859 0000000000000000001f901adfcd17859f2f92d9ff3d4c2d321a45b4effc427e 2,912 1.00/1.00 vMB 18
545,858 545,858 0000000000000000000f4e8298ae3d8d8be812370714043b44e55b022f563c29 2,444 1.00/1.00 vMB 34
545,857 545,857 00000000000000000002d030460ed8091cdbb01d1678e1d1dd5c07f2e5f73453 2,653 1.00/1.00 vMB 28
545,856 545,856 00000000000000000005f8e8c840561ca6441b013e5d31e41112358b4f1660e0 1,851 1.00/1.00 vMB 4
545,855 545,855 00000000000000000001b84e0a866db456028c3173f6d63e53b95f6d3c606f8a 2,485 1.00/1.00 vMB 10
545,854 545,854 000000000000000000201919eaab0aa9d10b9f1458d84f60434533d7cb915192 2,536 1.00/1.00 vMB 21
545,853 545,853 000000000000000000238f89498a491ef2d228364c38055993766e8fd4806007 2,499 1.00/1.00 vMB 18
545,852 545,852 000000000000000000062f9e73405d042b99bcfcb8f809c37831fbeb85198c6d 2,137 1.00/1.00 vMB 17
545,851 545,851 0000000000000000000e75a9e57ee8321951dc1e8e42549d903c874719bcd624 2,530 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.00 GB
    • Received: 10.95 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.