Loading Tool

Explorer IconExplorer

Memory Pool

77,263 transactions
28.98 vMB
0.06861837 BTC
Random Selection Loading Transactions
Max Size: 177.70/200 MB

Candidate Block

Mining Attempt f407160920d35c350140147ca8937a012a1562888c456855430b7be7e9a8b58b
Version 20000000
Previous Block 0000000000000000000027dcf55a304369afd3cca827fc0f21564e005bce68ec
Merkle Root d2719ca971b5842c6b73df2144a310aef9a973a0043ec22b3d7c39430e89ff36
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,902
Size: 1.00 vMB
Total Fees: 0.00498502 BTC
Feerates: 96.15 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,236 (540,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,948 374,948 000000000000000001ce19a857d95c3198778e9d131883a27926c8320520c71b 4,940 0.93/1.00 vMB 7
374,947 374,947 0000000000000000114d79ed7e0f0ded6fc1b498027b9e7b9bd8742b2bd43c50 781 0.37/1.00 vMB 32
374,946 374,946 0000000000000000042884bf4e827f44e9ce6803b03e61833c9120cb4eae523e 1,119 0.54/1.00 vMB 41
374,945 374,945 00000000000000000866ebaa4378433b0277b16d0b9b0d2b1d321cab23369b0b 4,763 1.00/1.00 vMB 7
374,944 374,944 00000000000000000c8bbcc5fbbc1d89c0b8a1c50ded5936149d51ca1be7ec64 558 0.25/1.00 vMB 39
374,943 374,943 00000000000000000c2d2377a110ad3fe24bc88753e25ff6290aceaee649298d 4,424 0.95/1.00 vMB 8
374,942 374,942 00000000000000000915a90e2a729e90b5aec9299e5475b031b5f8aa352875ed 907 0.48/1.00 vMB 35
374,941 374,941 00000000000000000cc2a5f0af1db223db978dc4a001c9fea6b3157e7de3670a 1,716 0.92/1.00 vMB 38
374,940 374,940 000000000000000004b2fc686cfa4f753c225923a338561416025cf318832ee9 5,278 0.93/1.00 vMB 10
374,939 374,939 0000000000000000048964801fd3ba02f92d50de47b8698c4f540d4da7a77556 1,691 1.00/1.00 vMB 20
374,938 374,938 000000000000000005cfa29fdf76a2c9b41a651e0733f31e1aba6647215889eb 1,875 0.93/1.00 vMB 35
374,937 374,937 0000000000000000105c8bba383f65c67e74aec80c1a192b63596e0b07454ae4 2,197 0.93/1.00 vMB 48
374,936 374,936 00000000000000000263fd2f6885356cbca6816731876b0fdb05abb6be891051 2,446 1.00/1.00 vMB 47
374,935 374,935 0000000000000000074cc06581c3b5581bf35b6cc161cda0ef4eee11e2f3264f 4,261 0.93/1.00 vMB 18
374,934 374,934 00000000000000000054d30dd534a7c42fdf032628ac8717099e5d77babf3b7f 676 0.31/1.00 vMB 40
374,933 374,933 000000000000000001adcb1a7fa934818992d230f0b9c8f1873fb5fcb58ae977 4,145 1.00/1.00 vMB 10
374,932 374,932 0000000000000000123087e38089c43ea755619b85bf24bd682a5cefa953453a 630 0.35/1.00 vMB 35
374,931 374,931 000000000000000002f25aba83e9f5f1ec5a25a9a312018a882a7fb323e920de 4,518 0.93/1.00 vMB 17
374,930 374,930 0000000000000000129fd3b6345c3f9e01ef9a94d27d06c5a53b1da30e4f592f 1,102 0.47/1.00 vMB 38
374,929 374,929 0000000000000000037f1e06c43378711be443288a2380fb3f80f732c92dbfa0 4,079 1.00/1.00 vMB 15
374,928 374,928 0000000000000000049024f778db206003ade8a2740c3d59b776db526d028931 553 0.30/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.80 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.00 GB
    • Received: 17.01 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.