Memory Pool Memory Pool Refreshing

3,532 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,441 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (801,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,452 106,452 000000000000a961ce3803a4d29a618caccb1592b98ddf4f052a36da55e2000c 0.00 MB 1 0
106,451 106,451 00000000000203a0bff121020bde01001067bb191080da4490d6a47026f6ce83 0.00 MB 1 0
106,450 106,450 000000000002dd3f2aa103853a07287d36c007a0b1f404ed93b1a9980d46afcd 0.00 MB 2 0
106,449 106,449 000000000002c6b97d8b181ede0d4d173c20c56cc9da5d1541870545f6a750e5 0.00 MB 1 0
106,448 106,448 00000000000212660b83eacde3107e2509529438b59b6f3645416f1da51eb1c3 0.00 MB 1 0
106,447 106,447 000000000002ebf2f2d4aaa497b3ea41f447468774b8b813dc07abcd0e5b8c87 0.00 MB 1 0
106,446 106,446 0000000000009366c0ca4b96ae3f80df9c9b157efbc7273fdfcc0e7efd8f065b 0.00 MB 1 0
106,445 106,445 000000000001024603ead429259936e0381ea463540ae14258f523a1b165e061 0.00 MB 1 0
106,444 106,444 00000000000220f62bdd050fe7badb17694f8bb1890ab8f957a990228c9c13bd 0.00 MB 2 0
106,443 106,443 000000000001c8115720fff70f0ce43c936b72497c9d83bfb2f3a4e60ad6ab36 0.00 MB 4 0
106,442 106,442 0000000000011320c35cba238ffd595d8f6c05da0c2b6a41071afa11d5a54e3e 0.01 MB 28 0
106,441 106,441 000000000002c7d0d1eb295c278e12f991b5791eea62c185110bd2d8133ab680 0.00 MB 1 0
106,440 106,440 000000000001adf2e10b78a6e8ba401c5b33c0835df7554867466d6869234e98 0.00 MB 1 0
106,439 106,439 00000000000099f9bd8ad412c48f8acf7451e5fa1459b205bf406286b321b500 0.00 MB 1 0
106,438 106,438 000000000002332fde2510c64c6fbec3381608008a421fe8cc815ab93174dc0b 0.00 MB 1 0
106,437 106,437 00000000000172b77a8d1aeeaecccae7f01e7ccfea4d4b999537a08852e95f1d 0.00 MB 2 0
106,436 106,436 000000000002c33d3ff793a2575597eb2114076eaf6e66c6c337de25f745278e 0.00 MB 2 0
106,435 106,435 0000000000028ca59758a0f3c75d8158245816a000bf1584f67249d5e7a778fc 0.00 MB 1 0
106,434 106,434 000000000002766a0193b4c0d01fbdc4b7f5d31725b995172fcf055c733ff8ad 0.00 MB 1 0
106,433 106,433 0000000000003d4d03c318c67a086a035636daf58d251593c417eba3ebbf0138 0.00 MB 2 0
106,432 106,432 000000000001d8d5bbd10b910ffe644231856ae052592305b6383d9cc86700b9 0.00 MB 1 0
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.06 GB sent, 94.14 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.