Memory Pool Memory Pool Refreshing

6,621 transactions
3.79 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,233 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (769,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,373 138,373 00000000000005039f6bf5c66372506309fe775589860f9cdaf374ad2462c457 0.00 MB 12 0
138,372 138,372 000000000000025897ef3dfb4d83b9f34e2a050283899d79ce13d0cdb0127078 0.00 MB 16 71
138,371 138,371 00000000000006a0ae1a8cc5ebc2c0e60b2ba71b120c28d09e0c8b1ff05b38c1 0.06 MB 120 233
138,370 138,370 0000000000000624ff59bd7590c997ea6676c73e4909a608e910ef79f949cb7a 0.00 MB 13 66
138,369 138,369 00000000000005ffcd8b3200235d0a553dff3cef9c3ea5ab4cc55020e1ae9bd5 0.03 MB 121 1
138,368 138,368 00000000000000693f211929b07cceaacb45009a3f42e45005d93ba2d0116e74 0.03 MB 67 172
138,367 138,367 000000000000033933da37384b42b9c403b1703d0433fabd1264e348dbb53bf2 0.03 MB 52 187
138,366 138,366 000000000000000b227f09ddb659823cceb0c2f4798a92e409a651375034631a 0.03 MB 57 43
138,365 138,365 000000000000039f7bcd7f6c75e8f9cefe762ec4fadc679e2e8d5ece241bdba8 0.06 MB 127 183
138,364 138,364 0000000000000461cb705fdb95a0286292ca16c688c786d0cc716502bc453a13 0.00 MB 6 126
138,363 138,363 00000000000004e88495403e1fbd510466298bae260dc139783e883545580a1c 0.07 MB 116 123
138,362 138,362 00000000000007e149275a433e2e2141daabfaba56a2aa81c71f776097940b22 0.03 MB 57 435
138,361 138,361 0000000000000478a5672aa6864ed8617bc2a7d01ba1cce0d3f41a046b551341 0.00 MB 13 840
138,360 138,360 000000000000078d863d7b25b60e63dfe487b13f09afd4cf5bf77664df02ca1c 0.00 MB 6 679
138,359 138,359 000000000000014a8821ba9f06bfdf8284df549b32c09e1b8c648d53d08ea77e 0.01 MB 18 314
138,358 138,358 00000000000001b57987493cd39b77eebef7f12e7cd378853a0e9ff6fd651a61 0.00 MB 1 0
138,357 138,357 00000000000002f88f6f52b29855b3fb68b6ee38c5cd6a4f846c3b681c115480 0.03 MB 87 59
138,356 138,356 0000000000000730bf839f067decd8b8026df69b847d5430ac4a4638ccc2dba2 0.01 MB 33 60
138,355 138,355 0000000000000240c8be4a715518492479b6676ec18440c854b36bb384c5c978 0.05 MB 107 239
138,354 138,354 000000000000098e5615dd3246dd06f48fc9651c845e9c046c0693719a2ca4c6 0.01 MB 22 1,012
138,353 138,353 0000000000000160a7a2cf7b388639f8c0e43f056213c6f6c111f6fab6705e28 0.00 MB 8 324
Previous 10 blocks ↓
Total Size: 769.03 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,625.91 GB sent, 93.05 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.