Memory Pool Memory Pool Refreshing

1,850 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,004 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,848 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (785,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,072 122,072 0000000000000071d6c295eb7a90da7d87aa97586471d5b3796b2482716810b4 0.03 MB 39 427
122,071 122,071 00000000000048ab79a4762817539e85c1179266fc0c5b0ab4606adb30084a35 0.00 MB 10 0
122,070 122,070 00000000000048e195727ad85ade8aa2406a6b89044d3a877491b35b7e8bcec8 0.02 MB 29 629
122,069 122,069 00000000000010e45e3d943559acb2be2323fceb24182e811eb4dffcf4b1f6c8 0.03 MB 2 1,543
122,068 122,068 00000000000088f7ffe3de72917b976f1ce2837a570bd7a7dd4c28273a211efa 0.01 MB 11 5,040
122,067 122,067 000000000000290aa8701d0f822c7104f717ee3e19e8f20fc4aa8a62025531a4 0.01 MB 18 394
122,066 122,066 0000000000002f906c47a823ef7487b15a8fa22f1468cd37003b1cf3b12e2075 0.01 MB 12 477
122,065 122,065 0000000000001d9a8378d6c516ac0a6e736789efcde10698fb0b62f79b4bb350 0.01 MB 31 630
122,064 122,064 0000000000003bbab0179cbcfd5ff6dbfc4a8822be38deace5f5092919d28f97 0.01 MB 20 0
122,063 122,063 00000000000072eb2b6e47739bdf313551248b693c9aa11b3cd19ed166df1262 0.00 MB 3 2,877
122,062 122,062 0000000000001df59f5dc0837523b8ba224be7b7647ca8d5ec8c03cd19eea2a7 0.00 MB 7 298
122,061 122,061 00000000000033ecb406f9e194973446f1f89aef4549ce76cf4e4197a1d25b4c 0.00 MB 10 613
122,060 122,060 00000000000038f08f37441ba9066317eac6f5f152360879cec7c4947e6566ab 0.00 MB 8 615
122,059 122,059 0000000000000cc3f3ff3491279314398abb03fa76d95cc4d97ae97ec6ef31bc 0.00 MB 10 497
122,058 122,058 00000000000058d0dfbc0aeb6890b46eba617b3589049136fd7ffae2e9d59042 0.01 MB 8 110
122,057 122,057 00000000000089f5e66dd1ef586d53932a2433ff2923ff9e4b9b0cd0933c0f16 0.01 MB 12 158
122,056 122,056 000000000000142bbac4f3d25801dd4b0f2b5cfbe046e51809c2e15bc2a99d94 0.00 MB 1 0
122,055 122,055 0000000000008f1b56333783288095612b7123ba7a5f9281891fd0b2a996aa10 0.01 MB 6 0
122,054 122,054 00000000000088b38b734f8a980464b221abcab538732c4f5996f2679bed67ae 0.00 MB 12 596
122,053 122,053 000000000000935bb39f9f5e9543fb71934482fbf30561486d6b1e3d873d993a 0.01 MB 9 295
122,052 122,052 00000000000027fed5d28d0618a0deb509e4223433011dc2c1b03ec4cbde3b36 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.70 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.