Memory Pool Memory Pool Refreshing

3,682 transactions
1.44 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,536 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,117 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,535 (899,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,388 9,388 0000000034f78794f68c1e4c83da631472d1b87f8edb309fb544bae713333f47 0.00 MB 1 0
9,387 9,387 00000000a42f4b544a903f884a3b1e0bd013fc571f4be10a236092c1541bddd3 0.00 MB 1 0
9,386 9,386 0000000096e56297923ef1784ed5c574c810411788a54912786429c1a809e5bb 0.00 MB 1 0
9,385 9,385 00000000673405ffe87f801032e901c7f423adddc7b51773e6b108e617e75516 0.00 MB 1 0
9,384 9,384 000000003ac2086faecdac17eb59f209fe36aa8b2961c0d714cf74f6495e393b 0.00 MB 1 0
9,383 9,383 0000000088537cb5c1e7c1558db0291b7e0d79ade07709021e373579a17e7a25 0.00 MB 1 0
9,382 9,382 00000000186a60f70d105a1625af4c71d07744f93ed2e1c6589c4217ef4ecd35 0.00 MB 1 0
9,381 9,381 00000000978aa33333a6cc5c74d27ae815c0af65e41fd05c9aec1d22084e7520 0.00 MB 1 0
9,380 9,380 000000009499163e3f98481f41f05f892730c456e2cdfede6dee87ade42ba68b 0.00 MB 1 0
9,379 9,379 00000000ecdc8ef06b4a6853f44de8440b02a9c603dd47b14b0b935a95a65ae7 0.00 MB 1 0
9,378 9,378 00000000654566cf2ba8b224326128b1f7d7489a4f53f581133ee5df476b0b69 0.00 MB 1 0
9,377 9,377 000000006ebfb2a9b128248cf18a1f0b98996d1bef2fad7e78eb49fdadf9ef51 0.00 MB 1 0
9,376 9,376 000000003cda70eebd121313f31fac0070e06dcd2e7a9ee5bb6e7467299ed4d9 0.00 MB 1 0
9,375 9,375 000000005c89dfca5c244fd866a9de84cda8e0c15f15d3e9a8536a9758d69384 0.00 MB 1 0
9,374 9,374 00000000edc746c8ce121ac5a287fb48215a258eba3e7c4fde8b1c91c1816dab 0.00 MB 1 0
9,373 9,373 00000000d5251fa3625e2e9ac029094d42ca5d9756463d13445ca041fca29a7b 0.00 MB 1 0
9,372 9,372 00000000a79d7faacc25bcb320aa4813d89bc4ac8696bb889434283246c2d323 0.00 MB 1 0
9,371 9,371 0000000037716aaebeb6ce9799c9d3a588fd7e7540a9fbafc873920d50de3a06 0.00 MB 1 0
9,370 9,370 0000000056177c1e883bb57705e22d3c8c8826b6301232578593f41225b104ce 0.00 MB 1 0
9,369 9,369 00000000fb268655c88bc3ab236d3a96f0df834217e1cf425942f0dc193706f4 0.00 MB 1 0
9,368 9,368 00000000835a4f694206958ee0ea6195675d37c6a8c0daefebbc1b4ebcdf5be5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.69 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,842.52 GB sent, 100.44 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.