Memory Pool Memory Pool Refreshing

2,341 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.62 vMB 2,341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (892,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,531 15,531 000000005312fd226cc5f29264910252ca7e91862205ec74b52d84eaf0aef7b4 0.00 MB 1 0
15,530 15,530 00000000b96383b4fa9fc8b435cf809cd1b75ca959f5133aa502a10a507cca14 0.00 MB 1 0
15,529 15,529 00000000df323535280c39bf8096c80ac9c2b1089739c0b6fa993b72ae58ef06 0.00 MB 1 0
15,528 15,528 00000000b5c354096ade46b37288a0c48e62a80c35771cbfd26a29702392aea3 0.00 MB 1 0
15,527 15,527 00000000a769097c67a65c0dc0ccb65b9332bf6c5c94d5ae4b1c414bed7f2749 0.00 MB 1 0
15,526 15,526 00000000d1f56e8723add1a3acb510c691c688f5b0988fef781ef8b1efe74f4a 0.00 MB 1 0
15,525 15,525 0000000070901d7266d470fc53fc50e6cd0373c355b4bcd84791bf6f1cba4550 0.00 MB 1 0
15,524 15,524 00000000b43669f197d87a52368361f3e179e7787894969ce7a447b1c27c10d8 0.00 MB 1 0
15,523 15,523 00000000290519557ef68e23a567299c2b6a683917e97fc2950397583e203158 0.00 MB 1 0
15,522 15,522 00000000419713942dad0d58f8eefbf7fef513db636242303808961f02fdafb6 0.00 MB 1 0
15,521 15,521 000000008e29c33d6af649242451f6642e9df3c6bd146e74d8e5698357d66a9c 0.00 MB 1 0
15,520 15,520 0000000002912b0cd40ac5c55091f49fea79256903edbb3d1f617e14de771a09 0.00 MB 1 0
15,519 15,519 00000000c83185778b5fd0d33d4d1ec00036f2f7bd5ef93df5604200461c4656 0.00 MB 1 0
15,518 15,518 00000000a74ab1139d7570fd9d7344ada7802e574d0f28df3651336e141a4602 0.00 MB 1 0
15,517 15,517 000000003982f18a1d1a879e32e7301018b79b0a13089e0cc3918da2e0300cbf 0.00 MB 1 0
15,516 15,516 000000007e3157bc330b8da0b4e75450ccea441d030a40f88a36f97544fc0400 0.00 MB 1 0
15,515 15,515 00000000fe272d836766cc14833a9b50cb49aa6ee9a06bdd9012524abdc98b9e 0.00 MB 1 0
15,514 15,514 0000000000481708c7fd64fdde3109a278a75313ed8ee49f82116aa13dbffcc4 0.00 MB 1 0
15,513 15,513 00000000cbd6a81281baf6e4d26e64d71f34e7fc4184a6d2a77209552f8a0e5c 0.00 MB 1 0
15,512 15,512 000000004330eaecfdf3a3b2ce862eea0b681eb69ec5b890cfa5c44c1772d66d 0.00 MB 1 0
15,511 15,511 000000009212396ec7bb648b5c0f92ef42fa6c65a2ef3dbaa313fbf9023b6c9a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.