Loading Tool

Explorer IconExplorer

Memory Pool

44,815 transactions
28.57 vMB
0.06509583 BTC
Random Selection Loading Transactions
Max Size: 151.94/200 MB

Candidate Block

Mining Attempt 57ceb37d30108b5f4d3f2b5fee69ccdbb42856134d74ecd9001c143943adf7b2
Version 20000000
Previous Block 00000000000000000001897c6c9731bf3ee4fa42a06586a204e074828410e573
Merkle Root 9ce6b1b00bbfaa3d182bcb0f01a5627bac4d05b1c51ac909ab0d87f7c7390af1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,226
Size: 1.00 vMB
Total Fees: 0.01097699 BTC
Feerates: 60.21 > 1.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,858 (315,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
598,966 598,966 000000000000000000149bf1962fc110a412f9d92ecbdccaf2d270bdaf424488 2,501 1.00/1.00 vMB 4
598,965 598,965 000000000000000000035970852745bc397fde62dec1959f7a1bcc3212dbf71e 2,995 1.00/1.00 vMB 11
598,964 598,964 00000000000000000009bdea010b1a3befb7de2236690567f158226bdde7d05d 2,820 1.00/1.00 vMB 9
598,963 598,963 00000000000000000003b0046e1935cfa4173e0f6d53717647eac36b2aae0d17 2,822 1.00/1.00 vMB 18
598,962 598,962 000000000000000000103b72d403ff61d302caedd29b2715c655d9fc2201766b 3,417 1.00/1.00 vMB 24
598,961 598,961 0000000000000000000dccd9c851a147956ccc4aa9527ea4487dab5d23626389 3,412 1.00/1.00 vMB 33
598,960 598,960 0000000000000000000de5e1f874b12410638a31b6b2509d5b949994806c76a8 2,936 1.00/1.00 vMB 16
598,959 598,959 0000000000000000000b3cd812cb2d719d7be73ebe62cbb56f250d1b720b42a4 3,290 1.00/1.00 vMB 26
598,958 598,958 000000000000000000077b5f487cb0eeb3291aac8ca607d37da2a40b3328f06f 2,157 1.00/1.00 vMB 37
598,957 598,957 000000000000000000071f7206af42d3695bdb09e7473ea896d2cc2c2f64cdc6 2,951 1.00/1.00 vMB 32
598,956 598,956 000000000000000000045f364ba7e2ce39cadac14b04a0d44d8c9aba40091dd8 2,728 1.00/1.00 vMB 43
598,955 598,955 000000000000000000098a02837cc421e1d920a07fa16430e7c90b77fe2ff787 2,527 1.00/1.00 vMB 14
598,954 598,954 00000000000000000010b206e1000528e45e6ba235e654fd40df20e708aa6f3a 2,623 1.00/1.00 vMB 38
598,953 598,953 0000000000000000000f0d4d9570ec28aa33072c4631ea0631377413dd414d16 2,919 1.00/1.00 vMB 13
598,952 598,952 0000000000000000000752d5d616b98ac9b6b27dce1ce2b7330e8e23de8e85a1 2,402 1.00/1.00 vMB 7
598,951 598,951 00000000000000000007979044306e6cb00ed1a30e6749a8ef855279b7c898a9 2,108 1.00/1.00 vMB 12
598,950 598,950 000000000000000000114f5bd45f6316c44c547dcc838d18db84eaf087108f30 2,901 1.00/1.00 vMB 23
598,949 598,949 00000000000000000014f0a937e7a126efab7ab5582a08ae7942cce8ec194e4b 2,368 1.00/1.00 vMB 28
598,948 598,948 00000000000000000007414d28883a5517c2beb4afb64df7eb140046820ccd02 2,856 1.00/1.00 vMB 40
598,947 598,947 0000000000000000000f91a8483c47e517034ec719f28565ac229a5e23efa45f 3,191 1.00/1.00 vMB 41
598,946 598,946 0000000000000000000c072484f3d6f3e5805689af8656a5f5998118bf33de51 3,012 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.14 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: 652.64 GB
    • Received: 13.80 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.