Memory Pool Memory Pool Refreshing

1,214 transactions
0.40 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,990 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,194 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,989 (37,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
870,412 870,412 00000000000000000002ae7120aee75657ef520e113758a220520f1a5c52797d 1.55 MB 4,560 9
870,411 870,411 00000000000000000002c12fc2efdd6d2f9160242802cee6c3a1ac938e03aa9d 1.65 MB 4,163 6
870,410 870,410 000000000000000000004ac82ca1a563eadd78378eb1d9cc14b1ac520e44fded 1.68 MB 3,221 9
870,409 870,409 0000000000000000000167d571248fe5282411302a51104b90a572dd88ceb5ae 1.53 MB 3,565 8
870,408 870,408 000000000000000000024313141a4bb772139fe4cabad2c478bf3cc85887ef6c 1.54 MB 3,091 6
870,407 870,407 0000000000000000000137f8663da67b82f7728dceb9672c2bb0dad8ccefbf95 1.69 MB 3,940 7
870,406 870,406 00000000000000000001cbd30555ff94c3fd0da30772223fdbf809bcdcdc4793 1.60 MB 4,150 6
870,405 870,405 000000000000000000003929986ffc9b64a65d429cd1f2a2d826b1ec205f5766 1.68 MB 3,957 10
870,404 870,404 0000000000000000000124b39fbec4bef7327e57c8e9af58d79e0536a4cd78da 1.55 MB 3,138 4
870,403 870,403 000000000000000000020b3f24110fd1947960371adb71a33248601d4eae9ab7 1.60 MB 3,633 8
870,402 870,402 00000000000000000001a1e97a3f47aa98d1fdf5429d39f3e74e628d5767eef0 1.62 MB 3,895 13
870,401 870,401 0000000000000000000062ba924c04a1a33fc027e446195040cc0ed275208889 1.65 MB 4,271 15
870,400 870,400 000000000000000000015ef465a9b64c2fabab74d4754044b68ff73ebdda4af8 1.63 MB 3,823 8
870,399 870,399 00000000000000000000be1015f8edbc827cee38268a997f104f68c276dfbe8e 1.59 MB 3,976 26
870,398 870,398 00000000000000000002b0adc81648a7c17cb90f1ba45fb9e55b20df7cdad6f2 1.59 MB 2,468 6
870,397 870,397 0000000000000000000011841160a5f0e2b2fe78188e41eb1059d090dc69a441 1.59 MB 2,870 5
870,396 870,396 0000000000000000000029ca2dfe7d68dd3c54a4721372f13e8933ed4d720e36 1.81 MB 2,708 4
870,395 870,395 0000000000000000000065603afe32aadd854464adb8b3278781be76c4acb11f 1.71 MB 3,239 6
870,394 870,394 000000000000000000019e036a25cb5034e7592691f7b90de7d0c14f997af870 1.71 MB 4,125 5
870,393 870,393 000000000000000000024d86852bee5fde28f0249eb876d65fba49e39f5c7d29 1.56 MB 4,163 15
870,392 870,392 00000000000000000002b2eb369788f2aed7f48ef88a04a68666648a9442aaa6 1.86 MB 2,644 4
Previous 10 blocks ↓
Total Size: 769.53 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,647.96 GB sent, 95.57 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.