Memory Pool Memory Pool Refreshing

1,372 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,338 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (563,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,373 344,373 00000000000000001195836b48fa396ae4e857f0855366dab4a78a7374d7c50d 0.67 MB 1,212 25
344,372 344,372 00000000000000001811da207e6e4166164489a8ee19acb728bfe23a965848cb 0.75 MB 1,357 25
344,371 344,371 000000000000000003813892c1ee904f2a62acbece874b94f7ac9df124c20f51 0.06 MB 129 31
344,370 344,370 000000000000000009788c01a7fea5870e91717eaae55b217d16753f594b6ce2 0.34 MB 617 25
344,369 344,369 00000000000000001613a467eaa151d1b1e3784d4d3419ed94b72b8e2bf9320e 0.10 MB 48 3
344,368 344,368 00000000000000000f71e12317f3c24641820adde9bd174e299554c5b3e7e9db 0.21 MB 349 13
344,367 344,367 0000000000000000176c848d25079880dbe41719af350dcf561a64a391a61e16 0.08 MB 142 22
344,366 344,366 00000000000000001130a92a32f828575e08ecf90c326929f360ee93ee527e60 0.38 MB 505 21
344,365 344,365 0000000000000000144ed42c6b968ab5f3c209533a82b0b5ea55003e1d1a3b14 0.75 MB 1,514 28
344,364 344,364 00000000000000000b94ba5ca5080596a8b1c8e50e8d8cd28993e6b3dfecc321 0.10 MB 112 10
344,363 344,363 00000000000000000c60f500f3da74947b46ebc5b47e738974050864a016dcc6 0.14 MB 223 21
344,362 344,362 00000000000000001723c55a1337bd3cf910c8ff21c6f4659b30a5a4631200d7 0.02 MB 33 6
344,361 344,361 00000000000000000342453ba14c498095c005e291edea98b05467bfe8cbb2d5 0.69 MB 1,100 23
344,360 344,360 000000000000000001d1cbbe9e0e1d5693ce8cc0ee84d205770398c686481baa 0.25 MB 224 11
344,359 344,359 00000000000000000866bb701ed86d97059c63195ec4936951e54097010552ee 0.48 MB 815 28
344,358 344,358 000000000000000017b6bb920ded2e22a60f907f3d1040c23c93f844f8fab7fd 0.09 MB 185 25
344,357 344,357 00000000000000000d90e395e35dc5680d1bdd4d41dd741bf57efac8a0cbf41b 0.68 MB 866 18
344,356 344,356 00000000000000001753e98b54059eeab876ce459aa6ccbdbcda445d885c1d88 0.10 MB 78 5
344,355 344,355 00000000000000000cf0d3631bbaf10e477362ba893845a8510a6a7769a66dbe 0.49 MB 664 25
344,354 344,354 00000000000000000b9fbe7e338587aa7636defd3c8a33081e9d0bec244bb9a0 0.19 MB 283 24
344,353 344,353 00000000000000000b38512351c8a4e1ee8b1d56523c962ec257d69abafa099c 0.21 MB 321 20
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.65 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.