Memory Pool Memory Pool Refreshing

16,260 transactions
5.41 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,720 (784,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,422 123,422 0000000000005a4cd5e28fa5871895070f805a9435732eee489269d9a307d21f 0.00 MB 10 0
123,421 123,421 00000000000015d77bb93a7879d4b6d2c53cb82b488e9d40497bdd626512068f 0.00 MB 9 0
123,420 123,420 0000000000005a9689c2e53c71c0d32fc31d3cc464b5e352958dfd166f87fd07 0.01 MB 13 825
123,419 123,419 0000000000001ea1ca82d76b5dc4bcbed8d7a715c4861a5d86a6ef8e73bac817 0.00 MB 11 1,135
123,418 123,418 00000000000036109cb0653ba4f740fd49179059b2223f647f0dfcbacd490233 0.00 MB 10 0
123,417 123,417 00000000000042d29f569b2f52bd767e82e7aa1487490d5c0c6a4046103b0b42 0.00 MB 12 933
123,416 123,416 0000000000005f744244f13e6bf5d9f5b4c27d1e066d9dd87f4fda60abbb63da 0.00 MB 5 316
123,415 123,415 00000000000003c64f013dafa1f65f431b7691d89dc5983f5498d34cc2266b94 0.01 MB 23 1,430
123,414 123,414 0000000000001f6566960554674195301b36e8033100850ec706e15c37b87bef 0.01 MB 47 2,393
123,413 123,413 000000000000249f66c0e9d51279be74ab16d53b0c734d708bf90d5e495d8900 0.01 MB 19 593
123,412 123,412 0000000000005d1c1449df4eaefe50af7b6b4cba266da2c972ba3f8a8781d4d4 0.02 MB 14 0
123,411 123,411 00000000000007c7b1521df586db739c8d9666234e4264dfc61680da26d0c3a1 0.00 MB 8 629
123,410 123,410 0000000000001249e09963d3b3fd7d8aaf37c907f9496f77ee63e575f2a47220 0.02 MB 43 1,608
123,409 123,409 0000000000000edbf675835ee49ca2f93359f0fdced74fe394cb73f624e1f3ba 0.01 MB 9 376
123,408 123,408 000000000000171cc9c23fc20ca1924e5a4c06e6bfd53803398d013e3417df4d 0.00 MB 2 194
123,407 123,407 000000000000134082bb8a6f43846418042c402a7a567d0e3180105956611b92 0.01 MB 5 383
123,406 123,406 00000000000014c31476f29cef44e5a5aa8b2d1862b959fe5b3ff5f781c84cf0 0.02 MB 13 65
123,405 123,405 0000000000003b167bbb583fc98c4054de76d2aefbd17e43492ee75e61763aae 0.02 MB 27 51
123,404 123,404 00000000000006d24f882ee6d3fc24e2f43f2118d5774498f86bd7e89aaa16cf 0.00 MB 4 1,621
123,403 123,403 000000000000237dbd8e5267f6805a85066d78e7aae9d5e270821061ff18e0d5 0.00 MB 8 0
123,402 123,402 000000000000565d307fe8b71ed5ecf31e446180899518431c5f2f5139fa5a61 0.00 MB 5 71
Previous 10 blocks ↓
Total Size: 769.02 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,624.57 GB sent, 93.00 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.