Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,922 transactions (3.12 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,869 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (892,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,405 18,405 00000000a563572d478f4ee0687aa37c85fffd33f717262085e950c10fcbc94a 0.00 MB 1 0
18,404 18,404 000000000a10ef10849d031472066b11b2c27e134f0c393c89495004328b5cf5 0.00 MB 1 0
18,403 18,403 000000003c7ce81d6ee8a0d77a28a19b0af3882b0dd5c19a8cfac196d2e68c8f 0.00 MB 1 0
18,402 18,402 000000006d5667a7c11f53cba8f5eae7bce08f6155016efd30e2e83c3a03757f 0.00 MB 1 0
18,401 18,401 000000004502cc942bfb87b5c7a411279f33b04b01fb3e86d851704235a8f950 0.00 MB 1 0
18,400 18,400 000000003eb2ff6ddd60ac6d2df97c4017180688959ae801d440fd7bee655ba3 0.00 MB 1 0
18,399 18,399 00000000f3016e7634ca8677dfedb770dd0e18d470bb4c8b2183e025499943a2 0.00 MB 1 0
18,398 18,398 0000000054fb03162386d1fc9f8c7ed8bd19c558d5e5710a9d3b5d6b021065bc 0.00 MB 1 0
18,397 18,397 0000000091dcb47d22c30b9bae670ca625a121ba4ee62b97abd95d7eab3fcf1a 0.00 MB 1 0
18,396 18,396 000000008aa30040e0e60210bcd9db49bc0bf3a44aec79d45765223c2d29ff0a 0.00 MB 1 0
18,395 18,395 000000004d1b16701124533a7b8ab6e7de28586d720e285e05230a3fcf93b636 0.00 MB 1 0
18,394 18,394 00000000a7bb15a2309c8de0f4203008c54e79c473d98fa4f89346fc00c3286f 0.00 MB 1 0
18,393 18,393 000000001dfd5bac2dd93636192f63338a7bcf4a208e9ce842eba1d90c62eadf 0.00 MB 1 0
18,392 18,392 00000000aa72f29d9dac37eeeef1c9e8439afa620950ec988702f2e8dd2a03a6 0.00 MB 1 0
18,391 18,391 00000000d765946f4099d14d65ae00b97808074f3762cfe124533b4909a90790 0.00 MB 1 0
18,390 18,390 00000000b297d53752ac508a926f8b4749843f63609a443e140d0e0431918797 0.00 MB 1 0
18,389 18,389 000000003e2416976fab7cf97bf594238719ddf719a4be344e6097d8448e8556 0.00 MB 1 0
18,388 18,388 0000000077a68af64d5d7bcc13852f5ba439818f86b56e414dd1dd6084e109df 0.00 MB 1 0
18,387 18,387 000000006a1799dce917f25cda4ee48579ac27f94085675ff037541b87d085f5 0.00 MB 1 0
18,386 18,386 00000000b87f92efc06a9fbe7ad9eaa8b67ba857b35f8a791f3c4dae72c31b45 0.00 MB 1 0
18,385 18,385 00000000c7aad7e03b255e4f63ab4250630afecabe4e6faeef7eceeb90946889 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,275.94 GB sent, 121.38 GB received

Notes

  • This page updates every 5 seconds.
  • 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.