Loading Tool

Explorer IconExplorer

Memory Pool

81,818 transactions
31.00 vMB
0.11850553 BTC
Random Selection Loading Transactions
Max Size: 185.33/200 MB

Candidate Block

Mining Attempt 3db959986ea53cf87f2418fdd0d559a4275b7c1606e8a5f00f8ba024ec7e8a8d
Version 20000000
Previous Block 00000000000000000001d5c5e6dfb1105c06f06ef2ada68ef39386bddc38f0ae
Merkle Root 7613ac7a2cf0a50b6995fee9e8ff059a1a9f08a25eacc21174476c0958918550
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.03344790 BTC
Feerates: 500.91 > 3.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,149 (184,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,054 731,054 0000000000000000000896868b6ba145f0332231418e1d94602e78d8ac08fcd2 1,273 0.45/1.00 vMB 9
731,053 731,053 0000000000000000000328bd5fee2b4fbe89d23d1ff84d82e4540ea92c2d89af 541 0.29/1.00 vMB 6
731,052 731,052 000000000000000000040b0c63aaa5f093a9a861f30d6cd57a467e04b9524a81 2,471 0.98/1.00 vMB 10
731,051 731,051 00000000000000000000d389105411db10698cea1f22e7daac458068ca0fa835 2,210 0.82/1.00 vMB 9
731,050 731,050 00000000000000000000c10121ad850520171ddb34e9f1d0bb66eead5e0f8ea0 909 0.42/1.00 vMB 9
731,049 731,049 00000000000000000001fc176b13454a4291e6653771cd9c3c6dce26576252c1 418 0.16/1.00 vMB 10
731,048 731,048 000000000000000000093a0f551c309de1731ea90c879fd260a713c994c03a54 329 0.32/1.00 vMB 4
731,047 731,047 00000000000000000007869b96ad93ef937eb1e5abc8824e8ac40427d3b1aeb9 2,591 1.00/1.00 vMB 10
731,046 731,046 00000000000000000001b95b45c189b53661a9d3746870ac38c4674186d2758d 2,587 0.98/1.00 vMB 8
731,045 731,045 00000000000000000008c8ce4ea67996d599a3b308058b5d4e93158e977c98dd 2,318 1.00/1.00 vMB 11
731,044 731,044 0000000000000000000352232ac87b814eec625b5e15a306da3e5d3a65b379fc 2,130 1.00/1.00 vMB 12
731,043 731,043 0000000000000000000404d0f2055dd1f11d8256923ccdba1da5eb4dd5477985 97 0.12/1.00 vMB 3
731,042 731,042 000000000000000000063e4dbecd390d6b4a1cc4697c604e67abd8bf935b6a97 1,216 0.45/1.00 vMB 17
731,041 731,041 00000000000000000008dd54ca1c2ef98a9cbd3c5d253c19efb0dfbacd2931ba 644 0.84/1.00 vMB 1
731,040 731,040 000000000000000000058a4dfe8f1cdb81ff2553d46bceb1a68a7a569b2cbdf3 2,032 1.00/1.00 vMB 7
731,039 731,039 00000000000000000002b28e1396f38eb36288c17b1e097e6397e5f50a5baa0a 2,288 1.00/1.00 vMB 14
731,038 731,038 0000000000000000000895a63d8126ead65fae27039c9ae26040119193ed8b98 1,768 1.00/1.00 vMB 10
731,037 731,037 00000000000000000004ed73fb3f28e09d4a9f827f309cc77ac1af05805cf1b9 2,610 1.00/1.00 vMB 19
731,036 731,036 000000000000000000018ecf6aaeac434391406da5b0baf05f12b36f0a796a5d 2,595 1.00/1.00 vMB 18
731,035 731,035 00000000000000000009815b098874e5db9e583156d6eba01e8b2aad32f1159f 808 0.38/1.00 vMB 8
731,034 731,034 00000000000000000006a9a5b0e21011210c49b142001ce5814fe231663ad2b3 2,178 0.91/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.65 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: 672.90 GB
    • Received: 16.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.