Loading Tool

Explorer IconExplorer

Memory Pool

41,689 transactions
28.15 vMB
0.06903204 BTC
Random Selection Loading Transactions
Max Size: 144.75/200 MB

Candidate Block

Mining Attempt d162351b8a564d2f773e4d6ed5f21f4c3a48a29edef8aa206e0d5fe241344cf6
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 8c149f3c05e34d5f9105fc171b2310841eff0ccdc9fdc07f423d1cbfd600beb7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.01435492 BTC
Feerates: 100.56 > 1.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (457,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,940 456,940 000000000000000000b2cd0e1abcc1da17bb931ac4497cfee6e494543b08fcca 1,603 1.00/1.00 vMB 226
456,939 456,939 00000000000000000059b3460d65c0e51004f81ab0d43797f616d3816aff8468 959 1.00/1.00 vMB 101
456,938 456,938 0000000000000000020c5144b84bdfb10bc823f443312a74c4f4dc63e0d71147 2,421 1.00/1.00 vMB 168
456,937 456,937 0000000000000000017e1484bb33d77df2cdff33c4eaf2ca2855eb7f3abd0841 2,154 1.00/1.00 vMB 176
456,936 456,936 00000000000000000243b32538a13d5e6fd0b787ae723567796e73e5146d62db 813 1.00/1.00 vMB 43
456,935 456,935 00000000000000000158fc20f36ddfc0226be8eb0b3f229fdd4d16994a817baf 2,252 1.00/1.00 vMB 131
456,934 456,934 000000000000000001a035edd0c715befb055a0f07b94280f019c8b87fc96e60 1,876 1.00/1.00 vMB 185
456,933 456,933 0000000000000000007850ef7abe6bedce1cef874e89dba600b38f22c9970129 2,707 1.00/1.00 vMB 209
456,932 456,932 000000000000000001b6044c2a05e35c53f05b0da57ee1cf31efb613c689bfe5 64 0.04/1.00 vMB 173
456,931 456,931 00000000000000000115e03c97b6339601097f4482f17631db0f7a7d48e19ccc 284 1.00/1.00 vMB 22
456,930 456,930 0000000000000000024c30f60282dc6e849ee552628df11c795d3268f79c0f7c 2,065 1.00/1.00 vMB 164
456,929 456,929 000000000000000000a443dad2d047a45219efa8f5682954b4bdacaa848c038a 1,108 1.00/1.00 vMB 53
456,928 456,928 000000000000000001511b14035e2a0b2d998c84d578ed2a9a3af10bcb747ac2 2,477 1.00/1.00 vMB 155
456,927 456,927 0000000000000000017b7062cedf7d115347f01fd6f249b9c8db5848b005f8fd 2,045 1.00/1.00 vMB 148
456,926 456,926 00000000000000000132ca6adb994f4abf11102fce57140aa83bc2050ab37f1b 1,962 1.00/1.00 vMB 182
456,925 456,925 000000000000000000f5f3df19b44a38f2ead1363e8bc134ddf9c42ab6635637 1,690 1.00/1.00 vMB 231
456,924 456,924 000000000000000001ab4150ce00c07e49ef0282f4c7e9c49f4ba9fe6e340cf7 925 1.00/1.00 vMB 75
456,923 456,923 00000000000000000059da6d5ea413149e85763559f8fb2fd79a29a11bc6d86b 1,040 0.58/1.00 vMB 159
456,922 456,922 00000000000000000155cb192ea57bbe536aeb1b93b04e24f36822f381950fa8 799 1.00/1.00 vMB 55
456,921 456,921 0000000000000000019a3d9e65cee9545ee954f63bc6c5bb2b5ad56f2dc3478a 979 1.00/1.00 vMB 68
456,920 456,920 000000000000000000a8e6cd3a5e46ffecc60168f0d745506f6d8baef4c0ff5a 318 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.79 GB
    • Received: 12.08 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.