Memory Pool Memory Pool Refreshing

6,247 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,409 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,004 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,408 (829,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,595 78,595 00000000000ab1c17a0f3a7b2dff518f800f4cddc596f55197f1dd1028744ee5 0.00 MB 1 0
78,594 78,594 00000000004735964b74d9ded921646c453fd9e62513aed6c8ae8d65c81aba0e 0.00 MB 1 0
78,593 78,593 0000000000664c6966b5683f2ff57f7c344c35331d9b5c2063c6d0c04ab71ae3 0.00 MB 1 0
78,592 78,592 000000000015b5ee39140fb0f99e239da73b9fe079b61993ae04bce80ae0c8e6 0.00 MB 2 0
78,591 78,591 00000000005aa00793582534ed3a3e6b9042b33e4363dfb0e52f410a7bec9354 0.00 MB 1 0
78,590 78,590 00000000005e9c5e999f9cc328cdd87fc5ff1f61868bb1ab1a5f357fe9e11610 0.00 MB 1 0
78,589 78,589 000000000017c6549018220ee1bb938336fccda7d688fbbd264f5a6611006d1d 0.00 MB 1 0
78,588 78,588 0000000000254b994133f11918144e29c0da67e20540a8d30d360de0ab1d341d 0.00 MB 1 0
78,587 78,587 000000000036130ee5d0caa6beae98f3c99e741051a9ebdaa58dd303442d0920 0.00 MB 1 0
78,586 78,586 00000000000d10d8bb9699d9dd4b03f388d57b01236511b4f2ecccffc54f7673 0.00 MB 1 0
78,585 78,585 000000000015abe2ad848a4e4657083e5ee2f21a35f553fce77e601b0bf0604d 0.00 MB 1 0
78,584 78,584 0000000000220ae8f4579845f47b3b3dc2763642ad1a89d0d292b07b5cff85f2 0.00 MB 2 0
78,583 78,583 000000000034ef08f1698d2d52b0ed3937c58cb40c418da40be2ef759e17e9d8 0.00 MB 1 0
78,582 78,582 00000000000e140a2dfd830cbf0db4beaf350b03024f40e45d2f8092eb66a322 0.00 MB 1 0
78,581 78,581 00000000004f451b704cd4402045a8f3410b5fbe5d3d87fdde7aa65bb22e98cb 0.00 MB 1 0
78,580 78,580 00000000000e3a8db2f0e59752c5e2bcc6803260efde984f9817b08ba9d1adc0 0.00 MB 4 0
78,579 78,579 00000000006132fd4ef806793fc7edd2d711fe5cc6fc1dbb91166438b36cdeb2 0.00 MB 2 0
78,578 78,578 000000000021e95384a17e7c022f4234cc774e67093ce8e8fe57f1410849dd30 0.00 MB 1 0
78,577 78,577 00000000003e9344b8617bd0cad704ab1d223cd71b746adafb4b23d04f8dce7e 0.00 MB 2 0
78,576 78,576 000000000015ed43f7ecd9e23e99f663ae1ddc79b73bac093976ae52c8a8b7c3 0.00 MB 1 0
78,575 78,575 000000000013b5e45d0bbc5d50b45b94fe95b6813ca8b2ab1f328e291705fad7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.46 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: 1,725.91 GB sent, 99.36 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.