Memory Pool Memory Pool Refreshing

4,950 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,635 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (785,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,657 122,657 0000000000008005bb325103c639140d95b09fc2819b70477046906e966211cd 0.00 MB 11 0
122,656 122,656 00000000000006072c1dfc5d70f1d744c64024de589fed3cf8dd64d5512c4a52 0.02 MB 43 336
122,655 122,655 0000000000007bc67ddc507b7bce47db22bf743b448ece64629e887eb00c3b61 0.00 MB 4 3,174
122,654 122,654 00000000000090ccc81fe4007c0c4105239cc2416b490bf7373d30fefd4d1654 0.00 MB 8 475
122,653 122,653 000000000000691c2bad2f169f5a5ce5393a4dca685303e8a4cc9726ba20e0b0 0.01 MB 18 121
122,652 122,652 000000000000539ed97e527d86d5d1bdadef6ef9ba58eed18aaf6626ab8296b5 0.00 MB 12 598
122,651 122,651 0000000000003456a88a4736c28b1616004ef8dc0c2958c02445783aa8dbc37e 0.00 MB 8 311
122,650 122,650 00000000000007acefdf72ac3f205564c9cc796c86ecd377ab457fd74f452651 0.01 MB 20 745
122,649 122,649 0000000000005a7dfd15e6e474aea5b190e62239a54e78ee579388a34e2e296e 0.00 MB 9 522
122,648 122,648 0000000000001b23f976eabc5d6f90389847396595df2db0eaf9d3fc4d0e0fd5 0.00 MB 4 3,177
122,647 122,647 000000000000676da74f6e8892c1cd7840043e2c3d25266468712a107f7ed419 0.01 MB 26 268
122,646 122,646 00000000000017539276de8f2b5a4d5949e30ee6a2fec9878df242c71fc584af 0.00 MB 6 0
122,645 122,645 0000000000001fa40dd2741a6ea91461ccfcfa9fc60afea6652f7571831957c6 0.00 MB 13 241
122,644 122,644 0000000000008f7c9edbcd199572bcd36df36aace17b055097f99fc7e398cfec 0.00 MB 7 304
122,643 122,643 0000000000001243b6911db4cf18e859f650dc7d24a1ee48929110af682c5eb3 0.00 MB 11 967
122,642 122,642 0000000000008dc26d14b38cea6bfe239e613c5dcad889feb0aba7665f0024df 0.00 MB 1 0
122,641 122,641 00000000000019ba43641f31c9fda5d8ff05dc454c9d329478f49bdbc24ecffa 0.00 MB 12 289
122,640 122,640 0000000000009498682f4f1497a66ecb68d5ef6ff0f1cfde16f48b2b09784a30 0.00 MB 1 0
122,639 122,639 000000000000036c92d80b7d102a55810407287317a55b381db5fb1ca1685057 0.00 MB 14 1,483
122,638 122,638 00000000000020075c8ed2de0be4bb2a29bb229d37d1eafd8e26b9bda291bee7 0.00 MB 13 322
122,637 122,637 000000000000851c473ec90b1f6b5178104cb9e4d9592e46b7d2c65f1ea12103 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.