Memory Pool Memory Pool Refreshing

5,596 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,645 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (785,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,718 121,718 000000000000529e26b31d690d1fbee78378c28a31dccc8d37ec055b8328b072 0.00 MB 12 618
121,717 121,717 00000000000052a5fede9de5fd5124e221a82bbeb06389fbf45bbf6bf0fbe002 0.01 MB 15 157
121,716 121,716 00000000000000ae39573ea4d5a64c161ce8236d47ba72fd7713d3b771f120d5 0.01 MB 16 798
121,715 121,715 000000000000741069aabe85fb683bbad7ad9269a276b77fcaefbe7fc7009a97 0.00 MB 12 0
121,714 121,714 00000000000030dd528c11e1ca931af657b6623817ed59c27d6c05806ddf86d9 0.00 MB 1 0
121,713 121,713 0000000000004b386d27fe3adda66edb4a27ab91a92e78555d9e4c27b1abe61a 0.02 MB 13 914
121,712 121,712 00000000000090dfe5401cb8d904f26b13adc6e1c48356a6ce1c046cb599813d 0.01 MB 6 0
121,711 121,711 00000000000040b7cc7f0050c5944a3ee8464a4585a5aadc79717b6d35e1822c 0.00 MB 17 967
121,710 121,710 0000000000000605868d2231cc10e00a87d2675a9faeb456e945b66b1b8fa259 0.01 MB 30 2,017
121,709 121,709 00000000000031a2ef56036f62b68727f565911bf918d73a2e6c2078b94fc04a 0.00 MB 9 246
121,708 121,708 000000000000272eef9fd10433076469fc65e45333b6a717ea8892843f9bc487 0.00 MB 9 701
121,707 121,707 00000000000059c690ae9f6fc4af08ac379f9e35d332f17fa9659a07e41df55c 0.01 MB 18 116
121,706 121,706 000000000000133073b80ec3e9622ad4e034582bde31013ada85a884e2c21237 0.00 MB 7 0
121,705 121,705 000000000000254c6d0ecc894eb6a6586507480150f1ed6ab7fb78bd0dd1def2 0.01 MB 8 9
121,704 121,704 00000000000022de8884c33f6fbfcc3803cc1dbb14731a751c51a2d2f12ea363 0.00 MB 10 464
121,703 121,703 0000000000008159d7c631e8451c87b95b32361149ab4b80d4bb5935362c7875 0.00 MB 13 815
121,702 121,702 00000000000072c5ca85bc1a37107e5b9a447728babaef4bd11ffa733c5cbcc0 0.00 MB 9 324
121,701 121,701 0000000000002738a3d2c37eba40eb1a63e7a32421fa4361bf6012c59ff6bdc2 0.00 MB 9 674
121,700 121,700 00000000000016322421acc1f13a3102232128379bef109d10e8e0f7df8e86ec 0.00 MB 12 859
121,699 121,699 0000000000004c01bd06f8c9f763bb36838a86428172decc8806f8df37228c20 0.02 MB 44 376
121,698 121,698 00000000000026899187799b7f1c2dfee3f6e548b93b04941108d9eeb41db221 0.01 MB 6 288
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.