Memory Pool Memory Pool Refreshing

964 transactions
18.68 vMB
Show Random Selection Loading Transactions
Max Size: 75/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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 774 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (808,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
99,459 99,459 0000000000020d35aa466996ed0a0a74096626b30e096770709687de787a028a 0.00 MB 2 0
99,458 99,458 0000000000020602e70a1bc14a8c07085801349a2117825d99ffeedf75f42d49 0.00 MB 9 0
99,457 99,457 000000000002b6a8289b0bcc22d1b30f81262ef6ed2c6234dd86fce8350a2510 0.00 MB 12 0
99,456 99,456 0000000000013d90225ef6fe7ff6d7cfb145781dd18d20455cb73ddf8ec0a9d9 0.00 MB 2 0
99,455 99,455 00000000000342562e751489034dd634ac9c904a3059f3921522ca646308f47e 0.00 MB 1 0
99,454 99,454 00000000000218151cf1069d783fc5ea5a06af4ec6f4310d6048d2cead11f14b 0.00 MB 11 0
99,453 99,453 000000000001650147c18df07b652e69c27f0bf8d9fdff1aa82e522254a7480f 0.00 MB 6 0
99,452 99,452 00000000000242e047811742d8dc62b30c5081166be5732a5a413787e2aba1f5 0.00 MB 5 0
99,451 99,451 0000000000035a25405552baec02007c1d688f258ff0e40daafa237de28b7b9f 0.00 MB 3 0
99,450 99,450 000000000001d5160ddb6a5d6d16063fbaa62e9d49b92cb929e2581d5c9a2559 0.00 MB 4 0
99,449 99,449 000000000000d715ef742c381dff2374656b49f884481cd38289db989a5f174d 0.00 MB 5 0
99,448 99,448 000000000000bed916de87980af45ba94ae312af693e0d5e0fb1ec360c80a27b 0.00 MB 3 0
99,447 99,447 000000000002c90de0bc4ee2961540761beb2bfa16a2f7786c6bc1282236ccb3 0.00 MB 4 0
99,446 99,446 00000000000269691b1f09957d5ff1ede7422e310193bf49d01190e3385ed381 0.00 MB 1 0
99,445 99,445 0000000000015c0c1bb0445f2ccce91f6674a7e2e14f6eaa4dfc49c3746de4b1 0.00 MB 3 1,934
99,444 99,444 0000000000025bcee55adb64847bd0db55d30ab24a912bb46e560e9893ae9cb4 0.00 MB 3 0
99,443 99,443 000000000003bb2ce06d7420e40a99810364f4fb5fd470d1a2f4a908fb32c446 0.00 MB 2 0
99,442 99,442 000000000003b83b5c73387400cb33703c98e15d2f1678767333cc2fd788700f 0.00 MB 1 0
99,441 99,441 000000000003ac8977ac5af6b990642caeb5b1326c30ecfc95432d84420daa5b 0.00 MB 3 0
99,440 99,440 0000000000042b379f72b12677fddd0458fe14371d4afb083aba2970f913d493 0.00 MB 1 0
99,439 99,439 000000000002248013de5c84f6e3aac86c69b4028206099e90ceaf1d2359a352 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.19 GB sent, 98.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.