Loading Tool

Explorer IconExplorer

Memory Pool

49,914 transactions
29.75 vMB
0.10994395 BTC
Random Selection Loading Transactions
Max Size: 158.72/200 MB

Candidate Block

Mining Attempt 167ad0e798a6f8a1f94962a9e7702949157179d14bc74676dce39c971570cdd3
Version 20000000
Previous Block 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558
Merkle Root 0f6b342af09c5d6864225a1df10c5e43c6e32429087e169b8c34e732f840e618
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,241
Size: 1.00 vMB
Total Fees: 0.04787138 BTC
Feerates: 301.60 > 4.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,848 (315,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
598,945 598,945 0000000000000000000de7153d35ab24e045440296da00af345adc3b4eea0f6b 2,532 0.99/1.00 vMB 38
598,944 598,944 0000000000000000000ce780bb6f4a2f19df78c862298ce207a94718775e2779 2,933 1.00/1.00 vMB 32
598,943 598,943 0000000000000000000cf6bf995a8f3661787d24ba035b780e16274220a74039 2,145 1.00/1.00 vMB 20
598,942 598,942 00000000000000000008d68b898c5140a4586dbd4b5110c4d133c08be0b0a5f3 2,115 0.72/1.00 vMB 16
598,941 598,941 00000000000000000004f08742e2d0fca6e4a99ed1075b655a582d88d700b524 1,056 0.75/1.00 vMB 9
598,940 598,940 00000000000000000014a009b0dc11d253cc03a45023b027572189216f079cc5 3,032 1.00/1.00 vMB 9
598,939 598,939 00000000000000000006bd158d9d9fc0aca89ea29c5172ff23f1543a95122aca 2,943 1.00/1.00 vMB 32
598,938 598,938 0000000000000000000e8b86f96190c3332a589c33dea0cb5f586bbd50cd160b 1,407 1.00/1.00 vMB 19
598,937 598,937 0000000000000000001464c35bfac9dc81c0c5f0616921fb5adfb998b22340b9 2,035 1.00/1.00 vMB 31
598,936 598,936 0000000000000000000825d8d5d3a9feb9d2588b11de7623a75a7be19cdd13ce 1,712 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.12 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.13 GB
    • Received: 13.73 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.