Memory Pool Memory Pool Refreshing

3,950 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,082 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (216,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
691,829 691,829 0000000000000000001183835c13dea543183bddfc852ca74d1d2cd7bf83f456 0.11 MB 204 33
691,828 691,828 00000000000000000001cb4fe8b517e81be29e909123536b80439e4c305bf843 0.17 MB 275 21
691,827 691,827 00000000000000000008f5713b08b144be1c8c0fb0594ad9d559fd49a0dd517e 0.95 MB 1,677 16
691,826 691,826 0000000000000000000b4047e411c823968e1d1d60f412f69cb487383103e7bd 1.17 MB 1,068 15
691,825 691,825 0000000000000000000df6f423321efc29fd534f0d7338ac8e521e740eb0c490 0.59 MB 741 15
691,824 691,824 0000000000000000000e44c8a1b0f134ad469a1b8d13a6582468243c5854466b 1.13 MB 813 6
691,823 691,823 000000000000000000048bd14dbde8e14ae516a211082bc0e6d8b295dca724f1 1.17 MB 1,033 2
691,822 691,822 0000000000000000000029828ea208c8eeebf115bcb4c5b5d688d841f5f5ee85 1.20 MB 1,365 12
691,821 691,821 0000000000000000000113134900e3e2ac3144b6c40c42030ec0a2630c8e57b1 1.31 MB 1,414 11
691,820 691,820 0000000000000000000fe4c83d4af73ebc9f9a7a7d1ccfe23e41af62f2026950 1.32 MB 1,772 5
691,819 691,819 000000000000000000083adb4a0c9195dfa00dbe41e370bb03db112a7d23c020 1.19 MB 1,140 15
691,818 691,818 000000000000000000132c7031425e3526f3730c2a476987d3aa872f3095503c 1.29 MB 1,247 16
691,817 691,817 00000000000000000008447c5b6ae1ee057bfdc53369ab69e0745461fb0ac668 1.23 MB 1,154 15
691,816 691,816 0000000000000000000fc7cd3d82be315247d20762a95a57ee0c51d3170682cd 1.39 MB 2,212 23
691,815 691,815 00000000000000000009de37ed9e182e9580b46a74d133c3fe8af257a7699639 0.40 MB 638 13
691,814 691,814 00000000000000000013b643e0e1fd5a262f25e03a6d0e45cb478308f45d9596 0.64 MB 707 15
691,813 691,813 00000000000000000012a883aff10e05b99e14da7eb71fdf8c3ab24acef59a11 0.67 MB 1,012 20
691,812 691,812 00000000000000000000de79ef9a0256898df3b5c49ce57c7a6bfe48685a657b 1.15 MB 1,132 1
691,811 691,811 00000000000000000007eeadd44be9be78226d397c7e30f0b554a1b6a04e649f 1.41 MB 2,621 23
691,810 691,810 0000000000000000000150eff573bc9a9c77a3e5185ead8fdf8ba94b83577f8c 1.49 MB 2,859 20
691,809 691,809 0000000000000000000d71f29fb8c3dc3889d79f46a7162d6a8566253b15ae15 1.48 MB 2,366 19
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.