Memory Pool Memory Pool Refreshing

3,735 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (797,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,547 110,547 00000000000123d066c804a56dfd3852b9c96d708bc8016a89b6be10545e57eb 0.00 MB 4 0
110,546 110,546 000000000000a7e6fbf16846f69bccc1f6929e7feccf1d0c2bbb3eabd7bcdc96 0.00 MB 5 0
110,545 110,545 000000000000d3aaf5e4eb4331e26947494818f3e5061e1eab3a3b0240e9bf7d 0.00 MB 12 0
110,544 110,544 000000000001b6e21e2f81ee67cbc22b958ddd71d5b88514760fda6bf8c3ff40 0.00 MB 10 0
110,543 110,543 0000000000002f00b4936d3a275693d5dc765d718105bdd02f39570ad3cd0371 0.00 MB 2 0
110,542 110,542 00000000000178248fb24b5c03cb326982131a9e2c804bb6ef6dcf2e2422b752 0.00 MB 6 0
110,541 110,541 000000000000f0f6e83eb9962fbd6c2222b047e6e1659864a78661010c94bc1a 0.00 MB 1 0
110,540 110,540 000000000001aa31d402323cf2e1418fbe231113452108e80e00183011ae3ffb 0.00 MB 7 0
110,539 110,539 0000000000007fb623ab7b95331069669e34cf22d810c6d768e955b138af0a91 0.00 MB 12 0
110,538 110,538 000000000001b550de2bfee0151e69230db1ec4d0aec880d605832e8cf03e5f8 0.00 MB 12 0
110,537 110,537 00000000000055abab63771976424076413436c952b727f47e5d5de4966260d9 0.00 MB 12 0
110,536 110,536 000000000000a84be83818db636aaa2f9172eb074fa95daea4f6b3f9083f5d7f 0.00 MB 15 0
110,535 110,535 0000000000019fad701925cbddc9c57d8fd87a299646c68f65e3aa897404904c 0.00 MB 12 0
110,534 110,534 0000000000010e96358419db67defb2a1ac9a192466bfd9eb7931778c8da8ee6 0.00 MB 13 357
110,533 110,533 000000000000d1f2405502741dec6f2676cbdf2dd02aa381f88dbf03ca4863b4 0.00 MB 13 0
110,532 110,532 0000000000016eb045f6579cc68f6716b56c4f7c7d7ddd7b02f906cfe3ac9476 0.00 MB 12 0
110,531 110,531 000000000001a179d1a50f9051dffcc8f61b3dcdf47c1fdc7dec89ac4cec3785 0.00 MB 12 0
110,530 110,530 0000000000007989db51edacf9e8ccea12886705e886c7581dd59385ef06f3ad 0.00 MB 1 0
110,529 110,529 00000000000061d11fcd85e486131e05d18acdd22bdc634f3b3fdef09b97a580 0.00 MB 15 0
110,528 110,528 000000000000933fedd307951030622a98881d6bbcaf07ba10a80ae9fc3e5761 0.00 MB 4 0
110,527 110,527 000000000001a8205a9f84bceb55d21910769cd1d9253ec0fd756a8fb5179463 0.00 MB 7 690
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.