Loading Tool

Explorer IconExplorer

Memory Pool

42,128 transactions
19.60 vMB
0.19105198 BTC
  • 1 sats/vbyte = 12 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 5 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 105.02/200 MB

Candidate Block

Mining Attempt 6e0a71396355c4d2acf180f459ffefafa00798373c15ec41058c271d73b28f31
Version 20000000
Previous Block 00000000000000000001cba6f72ca1b4572a60a426b4e58bb8478c5e5c302cad
Merkle Root 24a7d4be25edba4dc0cc6d9304f293d52a6e6f90778ed74b265bb74926aad050
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,466
Size: 1.00 vMB
Total Fees: 0.04336527 BTC
Median Feerate: 4.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,325 (784,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,969 128,969 0000000000001e5aedcfabd7acfadc75fcd8fd38142cce66f60416b2ed56d19b 4 0.00 vMB 223
128,968 128,968 00000000000009f1862dcacbd2e9bdf44f75142d9075d152687e0aa07ed5a2f5 16 0.00 vMB 510
128,967 128,967 0000000000000e09ed06d2315b3711bd5d6949b7ecaa9992ec2a1443b219184d 32 0.01 vMB 649
128,966 128,966 00000000000011d9a9a316cb1a73801d14d83aa10d7ec28551099f0c8654b782 21 0.01 vMB 513
128,965 128,965 000000000000132b80f08263341ffa0f2990a8a3ca8d00bbfafac1d3a13695cb 7 0.00 vMB 1,438
128,964 128,964 000000000000041dfbe5132d89b0d857099d69a77cdeadd4e4006c7aa0105518 116 0.04 vMB 498
128,963 128,963 0000000000001d44f9f2fe011c78783558b2b3db5e803fd399136b0fd798f2c3 116 0.03 vMB 145
128,962 128,962 00000000000004aea38f02bca28089eebafefefa4b9bdb455103c9ebe8187a72 16 0.00 vMB 1,564
128,961 128,961 00000000000016b1363e5abba8cf435d08428f5fd9ebbc6f902cb7c7a66ea739 48 0.03 vMB 732
128,960 128,960 000000000000085a461c7e0fdb5cd54130d311c14e9a22f85109912255a41567 41 0.02 vMB 648
128,959 128,959 00000000000012051533475535c79e7b0ebc7be27ce16466e2d2e5e8aed9db38 27 0.01 vMB 516
128,958 128,958 0000000000000f92e4fc4fcc5147a60a6c0dad50e5ae46696970c1aeacacdc5a 1 0.00 vMB 0
128,957 128,957 0000000000001cbe54fa11f218469b928dde15e13de83d70630b77c65d9a5819 25 0.01 vMB 545
128,956 128,956 00000000000004eb4fd11c7bb3b5777f71a831ae6a9126d21cdd2218a62442f6 16 0.00 vMB 218
128,955 128,955 0000000000001ff116f85f689cbd0146951c885fd5a410eb9a25e40e3472cd04 55 0.03 vMB 1,294
128,954 128,954 0000000000002329f1691a6015a082a461fbae703d2ea0e7b83dc442ef9d60b8 65 0.05 vMB 152
128,953 128,953 000000000000046d30c50e41c0cc5bb94102aa99330aed677ffbdd2ae66a68f0 43 0.03 vMB 750
128,952 128,952 00000000000014ff523664ef1934e4cf2cb5cbe35d5aa9085941e45a80caf5bb 56 0.02 vMB 3
128,951 128,951 000000000000076c7448cffe116a126c0016f03a0aae2445d8e3f346607a0cb2 36 0.02 vMB 1,055
128,950 128,950 0000000000000a6c8cff2a5d8e50289a7b5183bbd6dba66547e7fbad4804a13c 62 0.02 vMB 1,324
128,949 128,949 00000000000024d4736a617b9846846e0fed1a02a8c5b0f830708ee6998c80e8 36 0.01 vMB 238
Previous 10 blocks ↓
Total Size: 779.43 GB

Node Details:

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