Loading Tool

Explorer IconExplorer

Memory Pool

51,771 transactions
31.06 vMB
0.16622518 BTC
Random Selection Loading Transactions
Max Size: 166.55/200 MB

Candidate Block

Mining Attempt ba68fd1774fbecd40de9532353a11acadefb8bc6e3f709abec44f3fc9b1f8e34
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root 5cd27135a831c7e6ee66f02099487ec1176eec836d0ff6772d9c2da68ac52e21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,211
Size: 1.00 vMB
Total Fees: 0.08805749 BTC
Feerates: 477.45 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (296,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,020 618,020 00000000000000000010d9e0e9df8023291bd0e123288522b76c908e69e1dcad 1,381 1.00/1.00 vMB 28
618,019 618,019 0000000000000000001168adacae420b564d8a99b020f8d51a79c9886c544bd7 2,790 1.00/1.00 vMB 76
618,018 618,018 0000000000000000000d3b56bef89f6c93dae7f463b6c51ab872f49e4ed22e81 2,461 0.70/1.00 vMB 35
618,017 618,017 000000000000000000074f5b0f2e9c15dba2163afe2e50b5cfb097475bad4786 2,419 1.00/1.00 vMB 24
618,016 618,016 0000000000000000000fa436ca7f07a443ea7b18acb18591f82bd601e8641cc4 2,783 1.00/1.00 vMB 61
618,015 618,015 00000000000000000002b42108c2b195bc528c04b7ab2babd109d9aba8fa1248 619 0.16/1.00 vMB 47
618,014 618,014 00000000000000000011a227d1564c3c17a00e95c1932fa5be6ed074581a4bc9 318 0.08/1.00 vMB 43
618,013 618,013 000000000000000000077115a0c35b81712af297efec394042961b99607a6742 1,135 0.32/1.00 vMB 38
618,012 618,012 00000000000000000010a6eca6b6838598db7dd894ba7acbaed3085496d17dba 1,844 0.61/1.00 vMB 41
618,011 618,011 00000000000000000009b0d660d87c3a01d6e1f872f86723e2f51ed98bcac004 511 0.12/1.00 vMB 37
618,010 618,010 0000000000000000000864d0bc99dd9f1c6cf80d08e1df4f5f7423dc6d84c740 758 0.98/1.00 vMB 3
618,009 618,009 000000000000000000109173fe8296468fd52b0d8b674e5dd8d96541f30b69be 627 1.00/1.00 vMB 8
618,008 618,008 00000000000000000001397b89f4aa738bd822fcd7576b166c58c91690742d9d 1,717 1.00/1.00 vMB 17
618,007 618,007 00000000000000000010d2576d4269a490abed8b0c4dcd974b4395a14645adc1 3,157 1.00/1.00 vMB 28
618,006 618,006 0000000000000000000200d62c55d40e645980be301a244ee5479d3674dd1098 2,301 1.00/1.00 vMB 56
618,005 618,005 0000000000000000000cd1ae7afa42c4c90bd23c493717a381ef21fe9edfa4ac 2,971 1.00/1.00 vMB 32
618,004 618,004 000000000000000000108077a307b3b1ecc3b44c23f954a3e7acfb82bdc91fc5 2,726 1.00/1.00 vMB 45
618,003 618,003 0000000000000000000b1aa07dc157c5b367abf83568a1b90d04aad39004946c 2,433 1.00/1.00 vMB 14
618,002 618,002 0000000000000000000421d800240772265a1a4a38156f97322e143b49a5d9a3 2,835 1.00/1.00 vMB 34
618,001 618,001 000000000000000000120e87f26abc1301a69759c0a77062a0aff55f3f7471f6 2,915 1.00/1.00 vMB 34
618,000 618,000 0000000000000000000aac08237dca044108f2eb6ca7ab6653eacec419a851a2 2,464 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.