Memory Pool Memory Pool Refreshing

12,262 transactions
4.17 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,022 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (785,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,715 122,715 000000000000711d5cab3b3296e70ffd67eacc5d20f865ce7b315ec06d9dd94b 0.00 MB 1 0
122,714 122,714 00000000000097c4e4e54c80dc0fa90da2e7f669260ce96c26f301035a18527b 0.02 MB 40 837
122,713 122,713 0000000000008656a002358d32377de9211250a9e971422a1b925e9d77ea83ac 0.00 MB 8 2,769
122,712 122,712 000000000000299a0a7ff30a348ebdb21aac81a0a1807af4971d25180357102c 0.00 MB 4 1,394
122,711 122,711 0000000000003a1734acca28c169096aa238c988e413d5868dd063b70776ae90 0.01 MB 13 681
122,710 122,710 000000000000591b9fac58395fd758fb8b64803edd377816d796c3b08e934c84 0.01 MB 23 160
122,709 122,709 000000000000042633483f46b93eadb405f845c28f07473c0c996cddc0ce55f6 0.00 MB 1 0
122,708 122,708 0000000000002cb06e54a34c17501e2650339d9714ef5d976dccc7092538791a 0.00 MB 3 2,617
122,707 122,707 000000000000586b5d1d3cc2dde490ef362e6b15605c44ece82aec555568ee2c 0.00 MB 11 0
122,706 122,706 000000000000337eeb2c2aa27d17c2cfa61a2bb2dd8d3b183f41080e2d16d69f 0.00 MB 14 582
122,705 122,705 000000000000862d53b218c365a45b9d620a9270b746d275c323f189301143ce 0.02 MB 51 1,250
122,704 122,704 00000000000002e2a6cd4e9efb5e5127d0aacb82b54f3586f03ebf6c7ace1b2e 0.00 MB 1 0
122,703 122,703 0000000000002255f060c91e2cecb097ae8b691d1a24e6ef5c7175c4d127a5b5 0.00 MB 2 0
122,702 122,702 000000000000413e27c051f14fbdf7a0be8ba729037556ba7f067364e7e3728c 0.00 MB 10 0
122,701 122,701 00000000000084cf903da023978db36f07c8571ea41a10bb80ca29a59cc28f2d 0.00 MB 15 564
122,700 122,700 000000000000517b82b3b30cacc099db2961231c3630f1d5b2eec1d13ca1275d 0.01 MB 15 543
122,699 122,699 0000000000005bd07dac8798b1e79271aeb8532a48e273137c6a133101f563f9 0.00 MB 17 465
122,698 122,698 0000000000006b02ea4872df8a6b79dd2aa465e0f37377b1e197e4ccc7464fbc 0.01 MB 17 0
122,697 122,697 0000000000002da19bb443512caf9f19f69500b0abe2c2a6fcda059f59b6ca45 0.00 MB 11 0
122,696 122,696 000000000000021fc74154e21f765c91330a1873f8a471dfb269e2b2720f1714 0.00 MB 9 0
122,695 122,695 000000000000657e7caf52f1d293c7ee1b5e4dd72da6b7f84f4171b35bff9e75 0.00 MB 8 0
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 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.