Memory Pool Memory Pool Refreshing

10,800 transactions
5.53 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
882,727 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 2,757 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,726 (1,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,342 881,342 000000000000000000000ffef9e69bf97e15581cf6450f41dc8ba69fa250b5e5 1.57 MB 3,864 5
881,341 881,341 000000000000000000011cd66bc830830a405ec01f4637dd6506c741317f0b8e 1.58 MB 3,389 5
881,340 881,340 00000000000000000000031f9e16f961aff14c59e3a410e4cabf34b4e344f7d6 1.70 MB 3,483 5
881,339 881,339 000000000000000000003d382155edebedbade97ee51042680415b51fbf5e8c5 1.99 MB 1,931 1
881,338 881,338 00000000000000000000cc9115fa32baabab879ed338d0f7ef18f77ea349c6e2 1.52 MB 2,922 2
881,337 881,337 000000000000000000021921d63016f49346cbfbcc3f05f85812f119815d4600 1.64 MB 3,577 4
881,336 881,336 000000000000000000012f7a53eaf1e3e5fa9ba01b4289e1f6b2bc62f872f027 1.70 MB 3,587 4
881,335 881,335 0000000000000000000045cc62ef179016f9d40ea95aba4d6b81961044eb2d47 1.81 MB 2,653 3
881,334 881,334 00000000000000000001dca64562b48fa6f3bab32f5e55336ddad1d35cd2e941 2.14 MB 100 1
881,333 881,333 00000000000000000000c77633358953b0b95deacea392161aee02bfb828ee81 2.03 MB 701 1
881,332 881,332 000000000000000000008ef83ec10641354d7b3b1e2b8c16341f5f2679471a7b 2.02 MB 1,604 2
881,331 881,331 00000000000000000001217d0c5ad73c57c4f93c61fd52528e474ed8867f84ea 1.75 MB 2,043 3
881,330 881,330 000000000000000000027638592d1f2a052afe84e0d9e09646643069f83b3f25 1.79 MB 3,520 3
881,329 881,329 00000000000000000001520c2fc6aca19b6e8b088817be2de00990bb1a31ada2 1.71 MB 3,189 3
881,328 881,328 00000000000000000000ad4c0fb7171a05532b7f3e1341fdc1e89ee3b9b8884a 1.69 MB 2,282 2
881,327 881,327 0000000000000000000051d1846e1aa58121ab73076dadd3710fe3242d9b14c9 2.14 MB 586 1
881,326 881,326 000000000000000000020a45451a3baa094003177d0935b5ac8e292ab0effd58 1.83 MB 1,790 2
881,325 881,325 0000000000000000000131e6b17de7754572c80d3d0069dc5089cac7cd246ed2 1.87 MB 2,235 2
881,324 881,324 00000000000000000000f213c54ddaabfbf5bced21354e9b0149a6d411af6d30 1.82 MB 3,041 3
881,323 881,323 000000000000000000008e9f9b831670be1e313ce051a3f246a522ae956940a8 1.94 MB 1,662 2
881,322 881,322 00000000000000000000abee97d4ea94919765043386adc943b79f9cabf2bcc7 2.10 MB 732 1
Previous 10 blocks ↓
Total Size: 723.91 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: 2,208.58 GB sent, 82.37 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.