Memory Pool Memory Pool Refreshing

12,167 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (754,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,974 152,974 00000000000006436e963dd792fe7780f800d7385f533a773206eb373473c58b 0.01 MB 11 39
152,973 152,973 00000000000001ede37502d33b676467ab0a88c19aa8a93f7d63f93bedcc6cdb 0.02 MB 32 94
152,972 152,972 0000000000000760c224f96dd49d45a6e2b2339c96ac7f7085582f17aa3419c9 0.01 MB 22 190
152,971 152,971 0000000000000235ab3f0415dbe267406c305a03646fe8c5f347b5369574b08a 0.01 MB 44 3
152,970 152,970 00000000000001b517a25865c369b3f8966eb4c2a245d15dbe3b84742213f6c0 0.02 MB 44 29
152,969 152,969 0000000000000129e563dfc9108f8a36c8ae576db4d24279d5917727e1600bd0 0.00 MB 12 28
152,968 152,968 0000000000000837e2a6f5e07e50ea1b7d34beace980fa82140f31c4e6e50d5e 0.01 MB 21 102
152,967 152,967 0000000000000404b861c16edab21145247373fa663a7f8e8958081cf4e6cec8 0.00 MB 15 88
152,966 152,966 00000000000002537d805bd2c17516280ba7f8d31fcd06d17c24128ded649d5e 0.01 MB 20 64
152,965 152,965 000000000000067264ca9b1ddedd4e456fe0c5605fa66dceb9cc4e6d69a03522 0.02 MB 23 80
152,964 152,964 000000000000054a9d9d45a8509622469f4755003e994f02de3a0b4a89921fc8 0.02 MB 36 210
152,963 152,963 000000000000000f44a69310138cc3cfa344ffab03946319f606c0ac24382689 0.01 MB 53 100
152,962 152,962 00000000000009bdfa9659d1c808f500c679ea8ebfdceaaf9a70dd5e605eae8a 0.00 MB 6 61
152,961 152,961 000000000000016e2f7b49c088f1d11d1880f97bdbfc5eecbacac3fd23eea946 0.00 MB 10 419
152,960 152,960 0000000000000b500d7d0ce3662a4f5962ade5e4d2b70e7ab2ed27bada50ad27 0.02 MB 17 164
152,959 152,959 000000000000055ffa4eb2fec1a454fee75e3bd4408d96ad1d59e1ef7dac67a7 0.00 MB 8 34
152,958 152,958 0000000000000cc33b2859ed12130e04f6ee40fd8d21ad08ab65378784e07ef3 0.04 MB 127 258
152,957 152,957 00000000000005c7484147da968bf3004cdd435fd591251ddee6cb37ddec8170 0.02 MB 69 132
152,956 152,956 0000000000000247c5c4458d4b3d20ac2740e5107791d891f9ff7fcd90f3e405 0.01 MB 18 21
152,955 152,955 000000000000093d7b3bb1ff03e188a78c0b3bd34667d8731b00e34f7ce7bd7d 0.01 MB 24 282
152,954 152,954 0000000000000971f56def0377b99f431f2a4650f1cdb7a06efd29e5065fe560 0.01 MB 23 107
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.