Loading Tool

Explorer IconExplorer

Memory Pool

40,732 transactions
26.50 vMB
0.06333340 BTC
Random Selection Loading Transactions
Max Size: 138.25/200 MB

Candidate Block

Mining Attempt a81056f36003b85b9aee2e5a37d9b734d410d459f2a93cc1b415425aaa07b40e
Version 20000000
Previous Block 00000000000000000001827e1f65c9b8b332295eae82c9b3b729a3d5853fffe5
Merkle Root 5391c7b7ec094bbd57f636384f579b3de572c2e9554ecfd28458eb924b3a2b25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,194
Size: 1.00 vMB
Total Fees: 0.01450724 BTC
Feerates: 92.86 > 1.45 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,933 (347,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,965 566,965 00000000000000000017f4ad2f026f167184d060a6fc9482397cc5fe71b662ee 3,386 1.00/1.00 vMB 39
566,964 566,964 00000000000000000019eef329994df478aa91f3d301c4e276f774ab2503a51a 1,768 1.00/1.00 vMB 18
566,963 566,963 0000000000000000002d0c02b4acebc3dead036cb230a6e75358f88f6faa4dba 2,200 1.00/1.00 vMB 24
566,962 566,962 00000000000000000017e85c8b389c214ad28b289b72a83ff01228d81fde4687 1,928 1.00/1.00 vMB 13
566,961 566,961 0000000000000000001e6e8394fe8fb5eb0b9d9a21b017cd70b93850fd37b631 2,989 1.00/1.00 vMB 37
566,960 566,960 00000000000000000010554b4fa8ff934a65d94936029dd9e07d1e40ba310f0d 1,535 1.00/1.00 vMB 7
566,959 566,959 0000000000000000000da09af20debae8f1db66c21c19e07ea30df9e2d959abc 2,434 1.00/1.00 vMB 31
566,958 566,958 00000000000000000028f5ec96c6f50d7403e6aea8a8c7d21c68ee8e074a7efe 1,668 1.00/1.00 vMB 15
566,957 566,957 0000000000000000000c32afb5560d7ccc61b36c64304edf5820b9ea4759ed76 2,779 1.00/1.00 vMB 40
566,956 566,956 000000000000000000135925af36bfa0f53bc1c91749bb1c26a790a3f7d914aa 1,786 1.00/1.00 vMB 14
566,955 566,955 0000000000000000000c0b55311e39789a341f0e60157cf811fce2d32b0a3910 2,618 1.00/1.00 vMB 24
566,954 566,954 000000000000000000138875d9284cad935e356f1e952ba7b49b3c8335f7addd 1,876 1.00/1.00 vMB 35
566,953 566,953 0000000000000000001f9475d1da4df7df4ab406617b8d59dd8d46249a097a0a 3,337 1.00/1.00 vMB 48
566,952 566,952 00000000000000000005508b6e95087431c513af66f21941e745c37b3e415d60 1,927 1.00/1.00 vMB 24
566,951 566,951 00000000000000000002b949b9d22f37fd818044e31700bb32968f7ced3d2c6a 1,870 1.00/1.00 vMB 16
566,950 566,950 0000000000000000001f9118f56234e0ef9fa26473702ff583f2433e86dff729 2,921 1.00/1.00 vMB 41
566,949 566,949 0000000000000000000c627d4787853c51e24329f3ea5d2815d57357d56274f5 1,883 1.00/1.00 vMB 7
566,948 566,948 0000000000000000001f81335be868629da1e002c4036acbd5ec15793e7bd1e6 1,754 1.00/1.00 vMB 29
566,947 566,947 0000000000000000000ebdbf2327f55ed6905d8450abe5a397bb4567f34d508a 2,643 1.00/1.00 vMB 39
566,946 566,946 00000000000000000003cca703ca78e028acd2bca18f85051bb650f17fe119e6 2,815 1.00/1.00 vMB 39
566,945 566,945 00000000000000000002091f5a2dd41be69e50342a1dda96686a084d1ed7542b 3,300 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.27 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: 656.39 GB
    • Received: 14.38 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.