Memory Pool Memory Pool Refreshing

6,321 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,103 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (781,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,297 126,297 000000000000354f8c9db82aa1aa8326a6034272e3868aee6c47e900856c5e54 0.00 MB 1 0
126,296 126,296 00000000000041e856937b8090b0f45c36334ca0972f1455e11c88cdb67337dc 0.02 MB 73 2,802
126,295 126,295 0000000000003b4a6f3dd519a1a11b3f0e31a18789ea4407aa1d39151a3284c0 0.00 MB 11 1,102
126,294 126,294 00000000000026f2a4c242b950358ddade0bfabfdd037861ad234073c3a93d18 0.00 MB 9 0
126,293 126,293 0000000000003f459208659c7c3c4c2a407b6c6b921a1a031ac60f3be24b3e27 0.00 MB 13 1,127
126,292 126,292 0000000000000f79296d86d6ba9d3729326b99c21447dfa2e44db87868d630b7 0.00 MB 10 1,266
126,291 126,291 000000000000364b1f792cb211843f01103ec05609849215f4315ecc049df341 0.00 MB 9 285
126,290 126,290 0000000000003f2c0fd6919f4ebdc09959d554b64ad307415ed6f9662b478e92 0.00 MB 12 323
126,289 126,289 00000000000009a03cb95d17bbd0106157276fa5d1da3ce0a1769157818a10c3 0.01 MB 9 796
126,288 126,288 00000000000009955d5a9062e1d98f020250bbaeee7f7b848c963890ac03d93d 0.00 MB 10 0
126,287 126,287 00000000000042c60e0bfcd7061ccd4996850bfc2579ac873022157139d3f46e 0.00 MB 13 743
126,286 126,286 0000000000002c65c056675a71dfdd49ac5291b96d392cc25ca74a6158ce8f9c 0.02 MB 47 1,642
126,285 126,285 0000000000003e0a1e0ec60f1fc3db3e0e0d553cf56fa52cbe3ea9f655de2e9f 0.01 MB 23 679
126,284 126,284 000000000000418699573d75536a4796979d8ea1240b59a2d81936024310a961 0.01 MB 23 736
126,283 126,283 0000000000003f95a97b57b10c877c91f99a7cdec2b97d1f8e161fc45c03cedd 0.02 MB 37 688
126,282 126,282 0000000000002dd82eee397d865fd9ebc26b141644f30203747edb2ced2cb72d 0.00 MB 11 351
126,281 126,281 0000000000001f5e794fcdb747dafd5c524337e00cdd4652ed84a0bb7d860946 0.00 MB 9 0
126,280 126,280 00000000000009507b970ab67137979be401c7869aa038f64d4fcd4d2fa80456 0.00 MB 15 1,049
126,279 126,279 0000000000001386c61d159788abd065b61010584ed1834cadc3280298d089a4 0.00 MB 11 655
126,278 126,278 0000000000001e1da5b379eec17dbcfa5e481ac1a02087bfe610da083cf04ea9 0.00 MB 10 891
126,277 126,277 0000000000002dd710d895f651a5c813c145266be641a41f6189a7bd1f72c34a 0.00 MB 13 67
Previous 10 blocks ↓
Total Size: 769.21 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,634.37 GB sent, 93.99 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.