Loading Tool

Explorer IconExplorer

Memory Pool

35,367 transactions
25.95 vMB
0.06935112 BTC
Random Selection Loading Transactions
Max Size: 131.93/200 MB

Candidate Block

Mining Attempt 4c1848b6321d3bd3f5a2cda5c91042cfbb3f881b1fac2f052d36c6be5bd40faa
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 3c3a3d7e08920cf5922e69710fec4676910807ed45afe4d0878a77d5ffc1ab49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.02169192 BTC
Feerates: 250.88 > 2.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (313,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,789 600,789 00000000000000000003531e39129e01b0315616cd384a05508b29997d202898 2,787 1.00/1.00 vMB 24
600,788 600,788 0000000000000000000bae7d881bdfa1c67cc2f67c86c36a7ac07367ad0d6256 387 0.10/1.00 vMB 26
600,787 600,787 0000000000000000000378ba647683fe14077082762ae012318011b36a994f0f 99 0.03/1.00 vMB 25
600,786 600,786 00000000000000000009f7df6ba8e9698769c83db6aebe2b7847bea8e0765a03 1,616 0.44/1.00 vMB 6
600,785 600,785 0000000000000000000c332552217592dba18bfe2f6715dfca90667b0dff6ca2 2,561 1.00/1.00 vMB 10
600,784 600,784 0000000000000000000534081af68d59c4f871ce988e566cd5caf51b61764eee 2,377 1.00/1.00 vMB 21
600,783 600,783 000000000000000000138f5a32b717d123b5f13633c27e78d86dc5cf394f35b9 1,100 1.00/1.00 vMB 19
600,782 600,782 0000000000000000001184f3b4d7d187c3a931b0d8d954d4da8a80d9bab356d8 802 1.00/1.00 vMB 19
600,781 600,781 0000000000000000000f21d4c8a6af839e2c534f7899e2cabcae170f3f439613 2,129 1.00/1.00 vMB 18
600,780 600,780 000000000000000000138175e541d0508a87f7ffc42941df812e9b4a95feb2d4 1,995 1.00/1.00 vMB 39
600,779 600,779 00000000000000000008d1e7f280b1a665b7698d2cff314dbac29d2e3c86221b 941 0.20/1.00 vMB 10
600,778 600,778 00000000000000000008710024eae2d46a1af40246e64cff84aefe244c2cfb9b 3,083 1.00/1.00 vMB 21
600,777 600,777 0000000000000000000eb01184f8e782f7a72c3c63a2a7da0f64d3d0a9ba7c08 2,490 0.77/1.00 vMB 19
600,776 600,776 0000000000000000000ced63d8c399dc0b7068966bf1fdb982f466f316d45247 2,069 0.58/1.00 vMB 14
600,775 600,775 0000000000000000000dcf6331c68e6a864ab98d23ff49bd84dc60f02b988b3c 857 0.22/1.00 vMB 19
600,774 600,774 00000000000000000003dfd5d6c64b927dcab17abe4ad6f354224423488720b7 3,238 0.87/1.00 vMB 16
600,773 600,773 000000000000000000013be40d3d19360eda6e5d738e99a84461046a50204443 355 0.12/1.00 vMB 14
600,772 600,772 000000000000000000111e2f1ae88be75d6335e899d378050347815a15e673eb 3,200 1.00/1.00 vMB 20
600,771 600,771 0000000000000000000e378e96f47e40dcf46e55cdee82f3b50365f4e7441e16 2,599 0.69/1.00 vMB 6
600,770 600,770 00000000000000000011ccf416483cb15bfba13d4afadaa86d2f8b7a1ea280e8 2,938 1.00/1.00 vMB 14
600,769 600,769 00000000000000000006ea4c73ac6c74131005111b7a9383d739bf712858c437 2,797 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.44 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.