Loading Tool

Explorer IconExplorer

Memory Pool

46,003 transactions
28.77 vMB
0.14040785 BTC
Random Selection Loading Transactions
Max Size: 152.28/200 MB

Candidate Block

Mining Attempt 5fed3788caf5a1cbad64408140515226e9dbf26cd34a75bfaa548c59da0536a5
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root c58d4a2679c6ed2b6cfc8975bb4f38d2f8eb088d8b56d0ad66fb6b46e3cab551
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,496
Size: 1.00 vMB
Total Fees: 0.07943603 BTC
Feerates: 15,654.48 > 7.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (604,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
309,843 309,843 00000000000000000578e9516c10930aa37f61f2ac92053c41d3582df22ace00 423 0.22/1.00 vMB 30
309,842 309,842 00000000000000000c53a3b86845bb5974d1b7b0e081fc2cf9fe18aa2f41d46b 147 0.52/1.00 vMB 2
309,841 309,841 00000000000000000d476de61c5864e3d9135f0fed512f4fdddcad5b3b4f094c 1,194 0.75/1.00 vMB 27
309,840 309,840 00000000000000002d40d1050e6ba21c4f3286fc4411a2ce03c9f910a5680d88 248 0.13/1.00 vMB 29
309,839 309,839 000000000000000027045c03307d21cb789b1a5803b1c7ca755613556842ebee 219 0.15/1.00 vMB 26
309,838 309,838 0000000000000000274c4debad1ca1ad79359f1f5244cfa51f7c49b74d7189ea 505 0.32/1.00 vMB 28
309,837 309,837 000000000000000019313300fa20943b3974a97c1da2de6de13ea1281f77097f 428 0.32/1.00 vMB 26
309,836 309,836 000000000000000011e197d890ebc7c9eeca2a20ccb9f17daa58d4d377e0fef2 1,149 0.76/1.00 vMB 29
309,835 309,835 000000000000000009c93c0b57e17d3dcb78adf41f454fd69af3d06cac86595f 156 0.09/1.00 vMB 27
309,834 309,834 000000000000000012e9b73fce6811dfa71df78b6880440cadf881a53220d167 925 0.59/1.00 vMB 26
309,833 309,833 00000000000000003ce3158cfecd955d696c1bf8ef4322b5bb6955b9048e32e6 45 0.02/1.00 vMB 15
309,832 309,832 00000000000000003528692c6185825da539c3afcba6a8c3d48f0c3b3094e423 357 0.20/1.00 vMB 30
309,831 309,831 0000000000000000129d57428678f260b30e68298d5152891f3f2f245d6d4d01 518 0.41/1.00 vMB 24
309,830 309,830 000000000000000011d84f31a3c0b622500dbbdca9c7b7cbef5add611b4d56d5 778 0.45/1.00 vMB 30
309,829 309,829 0000000000000000312c3567f1670aafe77ab2161c6478c69746aec91b01b8b3 92 0.05/1.00 vMB 29
309,828 309,828 00000000000000003ad2d0bd1e7e877c934e7537deff6f60bee794d0e541aa7f 291 0.16/1.00 vMB 29
309,827 309,827 000000000000000007e9dd82200427f01e96ac31af6d458213bf3fdc3d19e7bb 479 0.30/1.00 vMB 25
309,826 309,826 00000000000000000d741d123a69f51dcceb2332d3bc8f10f64e3da97ded08c8 740 0.35/1.00 vMB 34
309,825 309,825 000000000000000030a4c8e22e232044ac026d1f6225d19defe976141ca7e482 261 0.19/1.00 vMB 17
309,824 309,824 00000000000000000b2358a1231cb7ef3ecef86267ae7e1d9b62fd1af2b66e6a 1,000 0.75/1.00 vMB 23
309,823 309,823 00000000000000003ffa9c6fd612f971dcdb21324425c93b556055405c71eb0f 1,407 0.50/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.04 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: 650.75 GB
    • Received: 13.32 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.