Loading Tool

Explorer IconExplorer

Memory Pool

42,676 transactions
26.25 vMB
0.05553937 BTC
Random Selection Loading Transactions
Max Size: 137.89/200 MB

Candidate Block

Mining Attempt 1736de9fddd2e97138ddab4d15dfc8b810d6501e8fa598c39dda336587fee321
Version 20000000
Previous Block 00000000000000000001adf24d756c12e58f22deac56ca1fd4b9365f63adb769
Merkle Root b8530ed3f9ee948d77e667c5a23e5ea0ec1032e764353e46eaf1bff1655a11e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,377
Size: 1.00 vMB
Total Fees: 0.00762609 BTC
Feerates: 100.36 > 0.76 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,729 (99,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,604 815,604 00000000000000000000548fc7740e7351f5d5d8cc19761d2f8041a7c8bd4147 2,575 1.00/1.00 vMB 69
815,603 815,603 0000000000000000000335ed9a8923a64d8f60fccbf69c1a2082271ed80ff02e 2,786 1.00/1.00 vMB 76
815,602 815,602 00000000000000000002e9704f83f6ee0556483df9b645f1a437ca89096dc7a0 3,478 1.00/1.00 vMB 95
815,601 815,601 000000000000000000017f7df083396820e5cb05e9f3f9a95a54d5bc8b02f1e4 1,205 1.00/1.00 vMB 69
815,600 815,600 000000000000000000040c40b6de267a6acf8cd44aa58c73b70e60d8e40439d4 3,364 1.00/1.00 vMB 81
815,599 815,599 000000000000000000004208f08787300ef95ca4be31ab83dd5d9f86fb4650d5 389 1.00/1.00 vMB 70
815,598 815,598 000000000000000000000940c6d86e8503d5698caa0807f154148abb6108edce 3,476 1.00/1.00 vMB 78
815,597 815,597 00000000000000000001493e5162e4bc195c502e41b0d25dc4028e92a10b1983 1,797 1.00/1.00 vMB 72
815,596 815,596 000000000000000000014ada0b811f3e1ff06b29be6701b241cec3991515f01a 2,446 1.00/1.00 vMB 73
815,595 815,595 000000000000000000029c5695c9eac0d47674ccfeccc2ecd9b8708df58667b7 3,154 1.00/1.00 vMB 89
815,594 815,594 00000000000000000003ec27e9621eade91f4136434b26955affde294d95c368 4,101 1.00/1.00 vMB 73
815,593 815,593 000000000000000000008cdc56b32cf82445d4a8724976402bb5e9f1f2623456 4,748 1.00/1.00 vMB 64
815,592 815,592 00000000000000000002e5d4cbaf9b7a6ed7e2caaa4eb8ab6e61607ee44c6bbd 3,659 1.00/1.00 vMB 75
815,591 815,591 00000000000000000003ed1590987b1bbc741e82de5c7c44b4ca08127dda1f3e 4,021 1.00/1.00 vMB 64
815,590 815,590 000000000000000000042b6cf60ea17c0879457ff22515a5f042dd09cdf09b70 3,849 1.00/1.00 vMB 77
815,589 815,589 0000000000000000000051a53feae1c51afcaab4714d62d66d250eea481db53a 3,806 1.00/1.00 vMB 67
815,588 815,588 0000000000000000000023d90a6e81d8caf7569033f0788c4eed9f219bf58116 3,799 1.00/1.00 vMB 75
815,587 815,587 00000000000000000001067a198861693e70104f5a63b8cc482416b207b7aeff 3,452 1.00/1.00 vMB 63
815,586 815,586 00000000000000000003ffa609a80dedf714f13d54c673da36c7ac4878bf5551 3,985 1.00/1.00 vMB 70
815,585 815,585 00000000000000000001147baa9a4a99f9a344004f78ba87a0865eff8a879441 3,018 1.00/1.00 vMB 93
815,584 815,584 00000000000000000001f8e72cbcd6b88fd96f6feed5fa4b55fe6ea4f9d901d3 3,845 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 781.92 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: 645.88 GB
    • Received: 12.79 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.