Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,238 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (825,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,556 83,556 000000000006b01ad65e58ce02436f350d2f51dad1c8962e5d4ab84d958521ea 0.00 MB 14 0
83,555 83,555 000000000024f9bb07089e26adf1176ddc47391149f5a1690377965192c22625 0.00 MB 5 0
83,554 83,554 0000000000009b7f91e1a806a6d08a760f1294e200bc773ada5e73cd5123377c 0.00 MB 1 0
83,553 83,553 0000000000248b374c37bda3392f19c8003549f4ce05cc7104aced6aaef92c5e 0.00 MB 2 0
83,552 83,552 0000000000142a07cf0c382c3558e8e2f25131b771746192f02897259839b4f7 0.00 MB 3 0
83,551 83,551 00000000000a3a7858298efb66969a6ff74f7d7577f4d4da51ee33deb492dcf7 0.00 MB 4 0
83,550 83,550 00000000001e2c4dd73abe6b56c20c481f52b416d2dae9cf07e349e01b4c8ee5 0.00 MB 2 0
83,549 83,549 000000000009455decde92c588d44790ba0f96807dd4c0eb59d46ad7d629620a 0.00 MB 4 0
83,548 83,548 00000000002d8ab65edbb165f96c3a0e6198b3d16e80cc016e9339cf1d8ff853 0.00 MB 3 0
83,547 83,547 00000000001445823e9917175c9cbc2abb426e3a37a6250183ed1072bc1d4dbc 0.00 MB 1 0
83,546 83,546 0000000000235921ea3db4ca95a720873f4de1bbffbd9f6a3270d3da73464e1a 0.00 MB 7 0
83,545 83,545 0000000000056c06d5d49a7d0451a3e13162d03eda9a13f3c7cac27cdf9f6f0c 0.00 MB 1 0
83,544 83,544 000000000015fa645e0ebed75173f533565c09e5e420aeec13935cc07d2ec56a 0.00 MB 2 0
83,543 83,543 0000000000107b013b691e81e26ff7b7413fd3859350ce31b3d32db01d4f0315 0.00 MB 1 0
83,542 83,542 0000000000041f5dc13db98dfb57be8db36b0b70a98ecd87af3c44ac7b0476bb 0.01 MB 7 0
83,541 83,541 000000000013a3756c9ebfd1ff6240e916d263cf95884bde720027537cfea0a6 0.00 MB 7 0
83,540 83,540 0000000000183da0d7deb5f86601f1761ce01c1b699db1f21172a4085caedf68 0.00 MB 3 0
83,539 83,539 00000000000c3d295184cddc88c21bab6d025d9a34d5ef0262e125c31b7ab199 0.00 MB 6 0
83,538 83,538 00000000001ee1ac87f0b9f78161e141c580f0f2ea6f0074ea14f5453a14a1ef 0.00 MB 1 0
83,537 83,537 000000000011012c990b23d372f3fac6d920bd9095cbc23c7adc1a82d3f52a8d 0.00 MB 3 0
83,536 83,536 000000000027fcde27365a5ea43af6c8d1ad47ad4b2db79bbb15914f64831c2b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.