Memory Pool Memory Pool Refreshing

7,022 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,509 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (800,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,506 107,506 0000000000026420dbd75a81118bd1c3ab09fd0cf65309472ba9839d9f923cd0 0.00 MB 2 0
107,505 107,505 00000000000047a62e329384137ac86f5f5af1ef5d925f27be18d5c7798c8908 0.02 MB 60 0
107,504 107,504 000000000001ce6088bf86cb73e22a4191040019eb978d52429a820aa8753f9c 0.00 MB 12 0
107,503 107,503 00000000000154d570196c068af806d64863a9848aabc8d52bf1c7aaa1b96127 0.01 MB 26 0
107,502 107,502 00000000000029f0989c382963329f768a38036717e94bf83584ed17ee33d6f0 0.00 MB 12 0
107,501 107,501 0000000000005e7c81f6f4c5a97c651afa1190b4401ef7d2e0f1d3a27879d3a6 0.00 MB 13 0
107,500 107,500 000000000000f0c2f8dd90080a80efa50ba21ae650d17908f02c4234095f5c67 0.00 MB 11 0
107,499 107,499 00000000000248c2d6b61177be00d88ce114b00bf38402e603c28773f07f3663 0.00 MB 10 0
107,498 107,498 0000000000027c53fbc756c68fa769f8b87a3e9390b454059280776d9fed3721 0.01 MB 32 110
107,497 107,497 000000000001e4a7cf7a1a7d01c2d8eb42e9aefc07801725056bdc9a72f1d11c 0.00 MB 9 0
107,496 107,496 000000000001c2d576151fb7f490914b0b322d6feaf58f7a93432303be445f00 0.00 MB 13 0
107,495 107,495 000000000000308b9a621cbcd4ac84c8f72801ec3265e70ac203f8ff4bc84277 0.00 MB 4 0
107,494 107,494 0000000000009632e63caf4095f6e8eaa5ee2c5c61387c0e3c56b5bf238959af 0.00 MB 12 0
107,493 107,493 000000000001c7bdb09b1c3124c9165d61af46ade51033f0a3e598767fd563dd 0.00 MB 12 0
107,492 107,492 000000000001ed5115a7ee10652d3a25166b7c0053b95396368e89cbbc3ea317 0.00 MB 15 649
107,491 107,491 000000000000875d4428c0006403174f1ae7280b958db3c2a9be217ce98400bf 0.00 MB 1 0
107,490 107,490 00000000000142dd34158da423e5dbd820ef0fb83b0cea588380957d4fbf3c7f 0.00 MB 8 587
107,489 107,489 0000000000021d40cb9b4195cfc036b8f9195c33d3829d97d721e2627bf0819c 0.00 MB 4 1,293
107,488 107,488 000000000002161198b4b20cef4d416b9e3c155d3b98e879e34f502f2f1827c3 0.00 MB 5 0
107,487 107,487 000000000000549bb4722d2aaa83aff6cdb1958414026c99c936e36009b63176 0.00 MB 7 660
107,486 107,486 0000000000019d372902ed6c32ed304cc5c00f86bd99eed0603c2b3a6fa87f50 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.95 GB sent, 93.05 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.