Loading Tool

Explorer IconExplorer

Memory Pool

35,580 transactions
25.97 vMB
0.06682705 BTC
Random Selection Loading Transactions
Max Size: 132.52/200 MB

Candidate Block

Mining Attempt 198aa6c26c161c861a4baee629586d940884900dd74762c49b1cd57f8e52888d
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 7d06efee4b1aadfc71a5f990736eab0c0da12417a1c528316ae68f301462b7bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,799
Size: 1.00 vMB
Total Fees: 0.01903247 BTC
Feerates: 713.01 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (266,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,924 647,924 000000000000000000007baf18f29d69f8af82ada7244b60fe05aa0f10c31eaf 2,641 1.00/1.00 vMB 27
647,923 647,923 000000000000000000083ca7468bc343c04602c4711fdbd59dad46330f09beb9 2,056 1.00/1.00 vMB 20
647,922 647,922 00000000000000000005de91e0e5da4fa744d37bb3ce7d38f68215e73a8c1264 1,500 1.00/1.00 vMB 48
647,921 647,921 0000000000000000000ec1418a35829b244e6de2d4199784bbe877bf2e84c9e7 1,988 1.00/1.00 vMB 81
647,920 647,920 0000000000000000000aaa0ca115cd5f9ee3c67b04029c375c0e58b4ca30ae6b 2,260 1.00/1.00 vMB 87
647,919 647,919 0000000000000000000eb11d9d6905a63fff9ea6e05f65bbc720f29c12890aa1 2,352 1.00/1.00 vMB 84
647,918 647,918 0000000000000000000b9c51b73292281f5947505bb764d042bd791b257dd3fb 1,622 1.00/1.00 vMB 78
647,917 647,917 0000000000000000000eaae723d03878ad1c8334d71699ab30b86a8eab5c5d95 2,025 1.00/1.00 vMB 81
647,916 647,916 0000000000000000000028d92ccad980b12f1dab8e1f832a7bcbb11249c0c33b 2,523 1.00/1.00 vMB 110
647,915 647,915 0000000000000000000250cdd48b9029e49229c1826bbb9d2f0125c5afb63c08 1,378 1.00/1.00 vMB 12
647,914 647,914 0000000000000000000601d3dad3cf5490d520cc7fec5b9dbf5c6cf64b1f2147 1,125 1.00/1.00 vMB 7
647,913 647,913 000000000000000000060e809450b3ad9150fd7bd2c5c87e11bc6c8b1318d543 2,499 1.00/1.00 vMB 40
647,912 647,912 00000000000000000006d1d0a7bd29cf24509e6c2bc5f112571a7883a57b107f 1,989 1.00/1.00 vMB 82
647,911 647,911 00000000000000000001d0d512fae8249de92fe09a8e1c1d67de82906c862e56 2,556 1.00/1.00 vMB 66
647,910 647,910 000000000000000000025ad1839821cb99c6ff1202cbbef37e26cfebe725c362 1,106 0.43/1.00 vMB 6
647,909 647,909 00000000000000000005ef615d1cf7c32d230c65e51087e3e7eed025afc8cced 1,595 1.00/1.00 vMB 8
647,908 647,908 0000000000000000000617c020016f8384e9ed3276815c5b667aa0588ec93e4a 2,588 1.00/1.00 vMB 76
647,907 647,907 000000000000000000029e2dc7c78f298aeef31f9f264ae1c5d893c790af5563 1,343 1.00/1.00 vMB 6
647,906 647,906 0000000000000000000e58a973ac3e8bbd31afcce474d9ec3296cf7ec7701b6c 2,364 1.00/1.00 vMB 18
647,905 647,905 0000000000000000000946b90050a70e7f67b0bb3ca04e7807ff84c6f97f2ab1 2,273 1.00/1.00 vMB 60
647,904 647,904 0000000000000000000e54b3926e4bd50c06ecb2c1cb636d1529228ab42f7496 2,458 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.82 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: 635.99 GB
    • Received: 12.34 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.