Memory Pool Memory Pool Refreshing

10,064 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,294 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (14,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,564 893,564 000000000000000000012eb8bc4c1b7762066df4ec5ff16e56e30c34424e85e9 1.69 MB 3,489 4
893,563 893,563 0000000000000000000107f5763626c0a33792e67072e602346ddd18a1024164 1.86 MB 3,428 2
893,562 893,562 0000000000000000000011fc5ac4c7b241cc2ea78d704ef385efa584a141dd58 1.40 MB 2,601 2
893,561 893,561 00000000000000000001f5f9d6fcf07562524905a8ab53fa29a80c92da23dda3 1.77 MB 4,055 3
893,560 893,560 00000000000000000000bb501adc63ee5acac0b6173907c6d05af463f621201e 1.78 MB 3,516 2
893,559 893,559 00000000000000000000fab214cc903fd2d0ece5f2c160ebaacde23122202c80 1.68 MB 3,201 3
893,558 893,558 00000000000000000001e54a1f98266916b6148f82c8195f6a7941bda30c2095 1.66 MB 3,592 5
893,557 893,557 00000000000000000000308b748583d0301871e0c109123bb31b85573cd01ddd 1.56 MB 3,646 5
893,556 893,556 00000000000000000000ad2b741b9ee427ff5e47634edbc1413134aaaf120b3f 1.90 MB 2,667 3
893,555 893,555 0000000000000000000156e45a37372a0e733767e6be02092fb621af3dfc4757 1.59 MB 3,911 4
893,554 893,554 000000000000000000022f77787ec86103dbe93aa0dae8bc44d132d0e8f479fc 1.55 MB 3,473 5
893,553 893,553 00000000000000000001f487ce096692f578c41c5956fca22d1673cb1fc3335d 1.48 MB 3,635 7
893,552 893,552 000000000000000000003bd860948007f4fde965b4e182dc6ad636ba5b4c1b52 1.64 MB 3,508 4
893,551 893,551 00000000000000000000367c9e3813d2834eb9e4833bc95c8e442da3c420aa36 1.61 MB 4,141 4
893,550 893,550 0000000000000000000128898235cc54968eee0c0e5196d4a8793d1cf268b90f 1.91 MB 2,826 2
893,549 893,549 000000000000000000016649b9d376d8e8ab5f4b6fc767d8f97a0e35bf8d261a 1.40 MB 2,431 1
893,548 893,548 000000000000000000017d03b989ee19e4987b0c342e730d183b7742394a5acc 1.44 MB 2,214 2
893,547 893,547 00000000000000000000db81c4e624f04fe56a95f5e80bffea78e9cb5c2b93e2 1.39 MB 2,561 1
893,546 893,546 0000000000000000000221ae7aa8d215a1ec309a1fdb04511d9822a66090d939 1.80 MB 3,076 2
893,545 893,545 00000000000000000000dde02eb9e6677eb690ca01c1f86542fbbe7135af769e 1.46 MB 3,346 5
893,544 893,544 0000000000000000000228517063cbb4ecfe46751641aa10821369ff95ba37b5 1.72 MB 2,932 4
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.