Loading Tool

Explorer IconExplorer

Memory Pool

76,986 transactions
29.03 vMB
0.07789553 BTC
Random Selection Loading Transactions
Max Size: 177.64/200 MB

Candidate Block

Mining Attempt 54a74c2df55bda456db96bc0369b332f7a4271eade8d8b1e57594d8b0fce0b6c
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 09f8033474a92a6622418e585bf47f7a528713c3170733abf656aad0a8051bb4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,667
Size: 1.00 vMB
Total Fees: 0.01454127 BTC
Feerates: 301.60 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (215,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,836 699,836 00000000000000000004db2c27907a78bd69c8db5245049f2679c6f2f2c3c396 1,143 0.44/1.00 vMB 12
699,835 699,835 0000000000000000000385f7480cc77ce785b5093a63b35b8fcc9835f585bf8d 2,077 0.71/1.00 vMB 2
699,834 699,834 0000000000000000000d5342a5cdae372e1220dffefcb4627dd833ec049de2e7 2,793 1.00/1.00 vMB 20
699,833 699,833 000000000000000000009e84e3367877c984ca70e5beb054a4b703b6c3af2681 2,691 1.00/1.00 vMB 15
699,832 699,832 0000000000000000000c2eae2d0762dbc2f025051d2b45ab1e9975ef5c18d8ed 1,755 0.81/1.00 vMB 6
699,831 699,831 0000000000000000000aff5b913727449f6f2dbf5df4c3e9b9ccc57ded1b14a4 2,554 1.00/1.00 vMB 15
699,830 699,830 000000000000000000020fd8b63bd2bb9ef5696e832eecf3617d79934c6db64a 3,340 1.00/1.00 vMB 3
699,829 699,829 00000000000000000004fc26978e5e251d64ac637eebed9c318ab4d26f009da8 2,397 1.00/1.00 vMB 12
699,828 699,828 00000000000000000004e0fa3e6054466100df7dcf4cfe8e080edc2f98e4e236 2,864 1.00/1.00 vMB 7
699,827 699,827 0000000000000000000881c979ee41309e2a223ee9116c6191352b640ecfc236 2,963 1.00/1.00 vMB 23
699,826 699,826 0000000000000000000437b94801614589cb8c76d379109d435d3cd6174a9bcb 2,741 1.00/1.00 vMB 15
699,825 699,825 0000000000000000000bb92d6c430c3c2dc67a0870d7c5c574c4ea461a19bdeb 1,635 0.67/1.00 vMB 8
699,824 699,824 0000000000000000000df81eab84723b4fd6717b26f69db774c6b19019dbed43 1,263 1.00/1.00 vMB 4
699,823 699,823 0000000000000000000b9103775e8f82cd1e479059a9b29d0a5782720e562546 1,921 1.00/1.00 vMB 8
699,822 699,822 000000000000000000016186687da269e49f8ebef947c0324da0501dbad3c508 1,914 1.00/1.00 vMB 5
699,821 699,821 0000000000000000000573e0ef5f1e09743d7d493b770726f7cb7637ada48f86 2,249 1.00/1.00 vMB 6
699,820 699,820 0000000000000000000841df2db294e20df81d2eea553c533529dbcd92c3c533 2,448 1.00/1.00 vMB 11
699,819 699,819 000000000000000000064a620830edaba938e8292cf46a5864b678796dcdbe98 2,223 1.00/1.00 vMB 16
699,818 699,818 00000000000000000005f7e647eadc2c522c6dd6affa5c64dad71b022741c47c 2,793 1.00/1.00 vMB 11
699,817 699,817 00000000000000000009ab9e4b008826b04423022127156b0f13017216337ed9 2,445 1.00/1.00 vMB 5
699,816 699,816 00000000000000000007e7f984300e17cb77b95d8d6f61b9ab0f44163caa036c 1,442 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.