Memory Pool Memory Pool Refreshing

317 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (22,969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,829 884,829 00000000000000000000dbd2b14266e5e96fe3bc7ae148d0519c857e9f61e8db 1.56 MB 3,409 10
884,828 884,828 00000000000000000001b48f8d43d410dde46d18773b14e8a5c2992d8227ecf7 1.51 MB 3,129 4
884,827 884,827 000000000000000000003bb23d9a035adf588b75954fc9675c202da75f521ca8 1.72 MB 4,160 3
884,826 884,826 00000000000000000001c4bc039ffc6c5c1d289d7d4e9c8fa8f3482bacb883c7 1.94 MB 4,891 3
884,825 884,825 000000000000000000000de36e174e1508f16c05af2916ba1797fc62cb766e64 1.70 MB 4,454 3
884,824 884,824 0000000000000000000199cd18d999bef73b6d721f0183121d7a3391d5b9fdc6 1.77 MB 4,363 3
884,823 884,823 000000000000000000007740336681978238734af7936ea7373161530e8dee2b 1.86 MB 5,321 3
884,822 884,822 00000000000000000001fef0fe91a237a18052dda45afa7cd08bc500e7a0dfbf 1.92 MB 5,237 3
884,821 884,821 00000000000000000002359c0d72bcd17fb08999a246d930f97e6272698088ed 1.67 MB 3,641 7
884,820 884,820 00000000000000000001df016809f10b21da7e12a1d03ea64b67caa230d0958a 1.89 MB 5,427 3
884,819 884,819 00000000000000000000f64a86e0bd73ccf91f0d76eb366f253c155b21e7245c 1.97 MB 5,908 3
884,818 884,818 000000000000000000007fc94cdd1b52a9d1a52f33b1980b40917707bc079adb 1.82 MB 5,046 3
884,817 884,817 000000000000000000010120d9fd3769a5aedb6fd40d21a29713e7a301f5737c 1.39 MB 2,525 5
884,816 884,816 00000000000000000000dd703cc481a6d00a1b58b142f3192386ee8adf2447ce 1.65 MB 3,404 3
884,815 884,815 000000000000000000013f4adbaa85f907f72c7e83e0d7b2e25ba9028c7e3a88 1.61 MB 3,427 6
884,814 884,814 0000000000000000000081b319e19860ffb19de322cac66bf1746a8ebac19189 2.00 MB 6,020 3
884,813 884,813 000000000000000000008ac4935842c8e8a08368e7ca867580cab7779b857186 1.64 MB 3,764 3
884,812 884,812 00000000000000000001afe612c4143026f0d28358a29f6c31811054775e114d 1.47 MB 3,000 4
884,811 884,811 00000000000000000001d7f27ef83489516fa4d425768a60c64daf8e77a5186c 1.64 MB 3,385 6
884,810 884,810 00000000000000000000455207cee78b0393f2ec8edde59faf41b2cc2c6f1cd0 1.49 MB 3,105 4
884,809 884,809 000000000000000000009a3ffa8f53433937de8b60e26c62fac06b43f000018b 1.80 MB 4,444 3
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.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.