Memory Pool Memory Pool Refreshing

3,194 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,712 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,192 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (324,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
583,621 583,621 00000000000000000014b70f3113502f5f23f31614aa8581db8838a0aa2e053c 1.22 MB 2,663 61
583,620 583,620 0000000000000000001adc257897101371a98078a1263f96cbe4b6d17aee3680 1.27 MB 2,850 69
583,619 583,619 0000000000000000001fb2e5d6794f2667beeda1e1c028eb0e1e4a892587ae19 1.26 MB 2,866 104
583,618 583,618 000000000000000000091118959bc6095168009fa7a0d69b3e97920fa604684a 1.20 MB 2,819 64
583,617 583,617 0000000000000000000530955f706d83a5b22053ae55db8e8fd941ee1140f06b 1.24 MB 2,463 27
583,616 583,616 000000000000000000206c743f545a60c095f9a84f4aec6aea496b0f67a0e3ca 1.19 MB 2,946 53
583,615 583,615 00000000000000000010a5d659f2b8ea7865f465e988ee2cf349542f6d67479d 1.17 MB 2,606 18
583,614 583,614 0000000000000000001d335ecfaa54ee20ea845639121f409fb3378bb31f67f6 1.26 MB 3,180 91
583,613 583,613 00000000000000000013c99448984dda498ab09bba6ea13a1bda646145bc6d9f 1.31 MB 2,153 35
583,612 583,612 00000000000000000000da70449acf747c7c848da533fb25dec2fdb2689b55c9 1.17 MB 2,231 77
583,611 583,611 00000000000000000004105aec3a75c5f3f7daf737f2481fc54951b758151538 1.22 MB 2,089 12
583,610 583,610 0000000000000000000a7e36acae6741cc87d40752570ae928a1d569666bb0fb 1.22 MB 2,641 58
583,609 583,609 0000000000000000001460fc84dac45b20223daebe450a22e76781045a716254 1.22 MB 2,986 101
583,608 583,608 0000000000000000001b8271e78da33fb31d92231583ee6b59e23e77ca1dfec6 1.10 MB 2,882 33
583,607 583,607 0000000000000000001fc6287fd1a61191187cc753cff192c52b2fc4a067c1bb 1.21 MB 2,620 44
583,606 583,606 0000000000000000000bf15c8c98f4c9fce27babe961c7882bb26d265569079e 1.23 MB 2,627 70
583,605 583,605 0000000000000000000734ca65736623d1b68d4d2278564d3305a48c6a5fbf72 0.16 MB 411 59
583,604 583,604 00000000000000000009b53bd500563fcaebd8e61138fd674c44475ec92e5c0c 0.89 MB 2,159 8
583,603 583,603 000000000000000000107e87760e1f11122a3b338a96935df4a0dfba9d955333 1.14 MB 2,015 32
583,602 583,602 0000000000000000000a6dbaf37ec2eab5fb42b7c5d6a88a96a5b937418111ee 1.19 MB 2,461 74
583,601 583,601 0000000000000000000d327f1c91997f33312b7a5ea0cefd44931d8f87ef4096 1.30 MB 2,386 55
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.