Memory Pool Memory Pool Refreshing

5,985 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,584 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,537 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,583 (810,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,025 98,025 0000000000014844e72f5132e2c77a5c4aafdde4936f8004c7ddeb440291a089 0.00 MB 3 0
98,024 98,024 000000000000e65524897290a7cbbce401f28f907e56b65e70bf36ae549b78a0 0.00 MB 3 0
98,023 98,023 000000000002fc5fc2ad68220cc39bbe551cb8aad69c41a45810aa983a663b78 0.00 MB 3 0
98,022 98,022 0000000000044d9826bd3d5794393ecbe07d4a00d7d8296532e4fd997464d328 0.00 MB 1 0
98,021 98,021 000000000004360676bcb8ac6cb00032d41ffc587c3f8662ed46062b62f8c658 0.00 MB 1 0
98,020 98,020 0000000000002c544352be000a584367bb1ffa4431d962ff3b6e818c27267d7d 0.00 MB 4 0
98,019 98,019 0000000000046898bcd2c3c13d1d24240419442614039359350dba7a892c1807 0.00 MB 1 0
98,018 98,018 000000000002b3474e0311c224c63f88bf7a0baa17af38969bf475639748ce00 0.00 MB 6 614
98,017 98,017 000000000000c9f2d264561477f30cb79331a06732f8be9101ba4968b47bc053 0.00 MB 2 0
98,016 98,016 000000000000f1896dd914849d0d739f2078ebc8a8970b44d2e79554c762f1ea 0.00 MB 1 0
98,015 98,015 000000000001357ba0e148975861d0ed7cc75041d58267abcbe5be2d5e4f7c3c 0.00 MB 1 0
98,014 98,014 0000000000022dad2e59e23b77d0779735bbae08056c19d126bb11c67f188aec 0.00 MB 2 0
98,013 98,013 00000000000406a76651c5da7fdfc9bda4e501107be9805738731c15c9631cf6 0.00 MB 7 0
98,012 98,012 0000000000018c55485222701e0bfb71f532c01018df94129e4dd3913e191495 0.00 MB 3 0
98,011 98,011 000000000004cf6e557af160e5542ce995605329cc630e26cb60ca4e53bc899c 0.00 MB 5 0
98,010 98,010 000000000001fa205d61d9614f39a18a9fa7108bdd0204e94524410c254830d1 0.00 MB 2 0
98,009 98,009 000000000004327487562d84c23a4a1fff7f8d875e5b83a6bfb657f697c79e10 0.00 MB 1 0
98,008 98,008 0000000000017c14cdba5b42516159af052d196711dd6cbf56be9085031f1340 0.00 MB 8 0
98,007 98,007 0000000000037b3fd8334f9a67023296ca842fc3f9381cc3fe9775098c27c439 0.00 MB 4 0
98,006 98,006 000000000000986938dc527b478fbe318c2a3007902e5a0734c55aa66fcec283 0.00 MB 1 0
98,005 98,005 000000000000e0529316ece826ca82f17c6cacaa6644921816cf840522aae547 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.93 GB sent, 100.91 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.