Loading Tool

Explorer IconExplorer

Memory Pool

74,730 transactions
27.89 vMB
0.07008998 BTC
Random Selection Loading Transactions
Max Size: 169.39/200 MB

Candidate Block

Mining Attempt 649d31226bc5cb63a7f3e9e6156026fb1ebbf8b9f5048324db764c5aa2cf3b0e
Version 20000000
Previous Block 0000000000000000000106a76cd00b2438a61d530816ece1b5e21316173946db
Merkle Root a9fe4652e1a7cd3e8c711dbfdcaed8da7c37e08a00e30e0f4467bd0e545b37ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,364
Size: 1.00 vMB
Total Fees: 0.00971705 BTC
Feerates: 44.54 > 0.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,617 (803,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,895 111,895 0000000000002dc62da13ce3d741ba1239472748bbb1cca2aa8648cf28b7147a 4 0.00/1.00 vMB 0
111,894 111,894 0000000000012a01a504c690c9d9ee08be3aff9ee6532b5ddf69868a10580af3 11 0.00/1.00 vMB 0
111,893 111,893 000000000000efc1de7111c1637fc52563def1c9f2ac8f08a3fbaa2dd32a9182 13 0.00/1.00 vMB 20
111,892 111,892 00000000000107ceea9266c1fecd95220ce12fb5745848f73cc51230d1f5d799 1 0.00/1.00 vMB 0
111,891 111,891 000000000000a9a295246b2eece7eba713abff0dbef38a0a3dd1d3f0221868a0 5 0.00/1.00 vMB 0
111,890 111,890 0000000000010f4218687662018c772189d82bf884873542e86da3a46fa6af84 6 0.00/1.00 vMB 0
111,889 111,889 000000000000e817d40f11bd38dd06f367346605353e6abe39445182f270e4e4 12 0.00/1.00 vMB 0
111,888 111,888 000000000000ad755d7b108aa051b2e88e3745d794a95e46906cdb4a35154f8b 12 0.00/1.00 vMB 0
111,887 111,887 00000000000005ce2ae4d722a62408c94c632f13986cae924040e2ddaf9cd027 8 0.00/1.00 vMB 0
111,886 111,886 000000000000f0adb1e98f678f72a7828ae7570116d8224798e5dbe80375bdad 11 0.00/1.00 vMB 0
111,885 111,885 0000000000012d2a4bb2b7cebb7effbd53889b2ebbb5b3430d812edd3c9d7d04 12 0.00/1.00 vMB 0
111,884 111,884 000000000000003d029ae6a6ce79319d9ab52ff485ea51e38c3a4c0e05421b63 6 0.00/1.00 vMB 0
111,883 111,883 000000000000af0a296c68a4f6c3d83e6a34d3ac41c553027589c512e52e532c 12 0.00/1.00 vMB 0
111,882 111,882 0000000000009543538a72eff01fff76802b2af60b33a077a72a4f48c4d81fac 9 0.00/1.00 vMB 0
111,881 111,881 00000000000002fe35f3db986662ff67952967de19e7dd6ef3495d78ad5e983e 12 0.00/1.00 vMB 0
111,880 111,880 000000000000e5213298522450df2cf443b3e82d7ec1b48abf34d94d053c3077 10 0.00/1.00 vMB 358
111,879 111,879 000000000000280b5bac9b0588a86e7e193407ce6ab463d53d8c183c9373b3ff 12 0.00/1.00 vMB 356
111,878 111,878 00000000000080541bbbcb301878eed6f7c74a3c28abeb5fac948f5daea87221 12 0.00/1.00 vMB 0
111,877 111,877 000000000000ad1314b5757e084b60880fbe36cac05b07c7746d02d6173cdf1e 28 0.01/1.00 vMB 0
111,876 111,876 000000000000a9495ac93df8f2c10c4cae77d816cd80a98819ec66176fdb5310 3 0.00/1.00 vMB 0
111,875 111,875 0000000000007d34cac6ce38214acfd6cbcaba008b81142a8d25062f37c36bf2 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.46 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: 771.79 GB
    • Received: 20.07 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.