Loading Tool

Explorer IconExplorer

Memory Pool

41,934 transactions
26.55 vMB
0.07759740 BTC
Random Selection Loading Transactions
Max Size: 138.66/200 MB

Candidate Block

Mining Attempt e046c7ddf42456b7ea44ba160e9848bf2b1313dbb9ea7aa65c2c492870cdcbb6
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root c433f58c0954ad2257f9371b8f4cbb9429694dcc41429cba5c4e360c6b927d25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.02867093 BTC
Feerates: 151.01 > 2.87 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (457,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,854 457,854 0000000000000000004862c39f4900e561869da59b3793b73658508782e7e671 1,917 1.00/1.00 vMB 176
457,853 457,853 00000000000000000127d4f1de6b3144fdd340dd6315a628de29f33e76895bcb 2,546 1.00/1.00 vMB 236
457,852 457,852 00000000000000000160fd60b0d93a5844de9b6a8178e73c156a9dd5c9cc2be9 2,365 1.00/1.00 vMB 239
457,851 457,851 00000000000000000090dfce36c3a04495290f747f3add3e72c027c7f9327bd4 2,161 1.00/1.00 vMB 200
457,850 457,850 0000000000000000001dfa9afaaedf2b7703f89f71b8ae072e3ed1206fc239ff 2,224 1.00/1.00 vMB 187
457,849 457,849 00000000000000000149e3d2ce7dab0cf2321b72f201cc71d31d69b8080771b4 2,390 1.00/1.00 vMB 211
457,848 457,848 0000000000000000022d57bc3ff13de771c08dbb4bca195408a799fd72f46450 2,433 1.00/1.00 vMB 257
457,847 457,847 000000000000000000ba63ee9cef68eaec2cb8333803aeee5f08cf07f2042234 2,249 1.00/1.00 vMB 231
457,846 457,846 000000000000000001a2bbdd0fc71d07a80f73b4e01f1810ccbe22a65a6bfb2f 2,078 1.00/1.00 vMB 178
457,845 457,845 000000000000000001e8e769a887596e5470a3d86730278429f1a5fe17cfef8c 2,491 1.00/1.00 vMB 204
457,844 457,844 0000000000000000003361f2793b1a937099e2187c04deb97b53fc8c33cbf1cc 1,694 1.00/1.00 vMB 165
457,843 457,843 000000000000000001dcdcfc2b3c9a8f96c3d44cbc10220aecfc5a3e3ba30366 2,099 1.00/1.00 vMB 196
457,842 457,842 000000000000000000cb41d36efd26ed37d3a37b982fbe8c498f0a9c96147b10 1,574 1.00/1.00 vMB 224
457,841 457,841 0000000000000000004e0ebb3f4929745de94c400da84aa8509ba41b5f73fa06 829 1.00/1.00 vMB 173
457,840 457,840 0000000000000000001cd61017be74b2bac0cd9b2b0110dff9a124976e36d27f 1,474 1.00/1.00 vMB 208
457,839 457,839 000000000000000000d83954e4ef1672669a53bfe44d116f69bfddd1f78ae838 1,007 1.00/1.00 vMB 201
457,838 457,838 000000000000000000e4bb26d4817b41085aa77ee23d657e13dce55e6f2f3bbd 2,128 1.00/1.00 vMB 366
457,837 457,837 00000000000000000182f54fcf856ff6bb6360d271fec37c0b2ffdf7cb824703 2,319 1.00/1.00 vMB 207
457,836 457,836 000000000000000001c0855972bff967f45ca1d839eaad754b40a3d321973762 1,575 0.68/1.00 vMB 188
457,835 457,835 000000000000000000f607b770ff7ab8702fd3540e3f2780dbf5e0cad38b2285 165 0.09/1.00 vMB 130
457,834 457,834 000000000000000001d733940bc28665ce12f4c3ded1de2e950ddf181e7c01e9 94 0.23/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.18 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: 653.62 GB
    • Received: 13.97 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.