Memory Pool Memory Pool Refreshing

9,513 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (319,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,536 588,536 00000000000000000010afaf833c327b1fef2ed37d1f4bba70a5c9cc1039a6f3 1.14 MB 2,081 6
588,535 588,535 00000000000000000005a564e8847b2c2384069a49bd90a98b4d8219cd47907c 1.19 MB 2,550 11
588,534 588,534 00000000000000000013130dfe593db1d8a4add60641dab7e6bb250dbcc3b1bd 1.25 MB 3,192 38
588,533 588,533 0000000000000000001cfcd65806c22eed59ef83e836048694fa7b9d3f9015f2 1.19 MB 2,739 21
588,532 588,532 00000000000000000009cb8112d0d5c469841ed7593d99542b3c370638ea449b 0.81 MB 2,125 15
588,531 588,531 00000000000000000007cd1c6242643fb53b86c0348847bb2a48a2f5aed6539c 0.14 MB 341 18
588,530 588,530 0000000000000000001100e6b9a114c39cd67156fa0ec50a24172200a295dea1 0.08 MB 232 18
588,529 588,529 000000000000000000081aca480bc8cdc61304f4a0359469e07d02f3113789a6 0.83 MB 1,960 17
588,528 588,528 0000000000000000000dcdcfbb0ebed55841192873798574ed6474959f368498 0.82 MB 2,274 17
588,527 588,527 0000000000000000001e7e8f8e5212782429e145e0bce91c2a29ebb637392037 0.91 MB 2,153 16
588,526 588,526 000000000000000000157c8967d679fcf9c179c488b00b73bcd2a4ea6879190c 0.18 MB 383 22
588,525 588,525 0000000000000000000cbe116799460039cefcbd86c03c893d5f48cc784480f1 0.83 MB 2,300 21
588,524 588,524 0000000000000000000f250767e31e22b586afac33e81c3cfe30aadec9672015 0.14 MB 431 15
588,523 588,523 00000000000000000003269da999946af9def7bc87d6237776cb4ea456f64d3d 0.88 MB 2,406 11
588,522 588,522 00000000000000000003ec8ee008e3a9368708a931dad7594bda85edc4646e6d 1.21 MB 2,903 21
588,521 588,521 00000000000000000001e96779aeada9c2d24549181fe9405854d6b3c0ac3654 0.35 MB 951 3
588,520 588,520 00000000000000000003b557bdf0e7dbf8f70c4d693cf2571cd8d24ad1a0bc0c 1.17 MB 3,153 23
588,519 588,519 0000000000000000000aa40b03f17fb422fe84aa99eb9a0be3c559d23b9c75a7 0.79 MB 1,744 15
588,518 588,518 00000000000000000000530dec46bfa738a66ed84b2f07a1c09f9fe9e39a5def 0.39 MB 1,078 12
588,517 588,517 0000000000000000001532c6df13b28f1d94fbc2ff7881c285dfa8747effb7b9 0.16 MB 423 18
588,516 588,516 000000000000000000112f1bcd2d9403753221ec55248f9514e3b262db723136 0.77 MB 1,974 11
Previous 10 blocks ↓
Total Size: 769.24 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,635.04 GB sent, 94.13 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.