Memory Pool Memory Pool Refreshing

3,127 transactions
0.98 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
899,871 0000000000000000000237740000000000000000000000000000000000000000 0.94 vMB 3,111 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,870 (7,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,859 892,859 000000000000000000001c096e310964a790aab0ec2669057d193cde38e8ae4c 1.69 MB 3,218 3
892,858 892,858 000000000000000000024f531725b0021eb32bc65f01b0cbe5fe5846f0b83e2f 1.63 MB 3,637 6
892,857 892,857 00000000000000000000a9645d8f1b2b8409a7588d7201db34dc53f9eacddab7 1.64 MB 3,757 6
892,856 892,856 00000000000000000000fa0b6b06ff2013a0bbb81ea41ba5b758f75ba6aea039 1.66 MB 3,193 3
892,855 892,855 00000000000000000000433268980cb365519b44bf0a627b01d31a2731db7d9e 1.75 MB 3,709 5
892,854 892,854 000000000000000000006e4b1c51bbb5cfd25afad97c5f34f7a542bcac0fdeb8 1.74 MB 3,874 3
892,853 892,853 00000000000000000001b5f18cb02c98c938614a5c155f25b0e1dd8302695ed0 1.68 MB 3,675 3
892,852 892,852 000000000000000000006713033f9e53622667cd5afbc3bc6d51adb64465faeb 1.74 MB 3,122 7
892,851 892,851 000000000000000000016badd43121792950fa1ecdca89be0fa171442523566f 1.67 MB 3,871 6
892,850 892,850 0000000000000000000021bb7a34e1871310873375e44b5bac6c97cf83ed2793 1.60 MB 3,175 11
892,849 892,849 000000000000000000013758069c9675e89f06eabf726e5521dc17fe415f9c1a 1.77 MB 3,680 3
892,848 892,848 0000000000000000000091c4a7d51d8fc1cf5f22548a2f0f2ab000f0ae8d0f97 1.62 MB 4,411 5
892,847 892,847 000000000000000000004db39f4a2c8a5e5167807458eef3f60f5ef84a410884 1.55 MB 3,763 9
892,846 892,846 000000000000000000003473bc156fa94f2180d4f78b58cf67b0af6ab347f977 1.70 MB 4,303 4
892,845 892,845 00000000000000000000173f6e5207e47bcac4966990ee5a7d3841bab0d3d2bd 1.64 MB 3,803 4
892,844 892,844 00000000000000000001f64740d1c47fb800d77e74dff79a593af6f5fbf10856 1.51 MB 3,410 9
892,843 892,843 00000000000000000001d9a76cee6e25cbe289057caf7b25cbd9fe6951848583 1.77 MB 4,507 2
892,842 892,842 00000000000000000001d5900915a268b162c3ee8665235778d0f587ffd10dca 1.80 MB 4,835 1
892,841 892,841 000000000000000000020b3f3851e5327ebd8a844f8658483aa83ae19e2f8949 1.62 MB 4,059 3
892,840 892,840 0000000000000000000033ae4d6991643c95da5a3c61b92ca0b0341379539048 1.75 MB 4,256 1
892,839 892,839 0000000000000000000242d26406c5216a90b644f09fdf72a53a52fc767591c7 1.71 MB 4,657 2
Previous 10 blocks ↓
Total Size: 755.76 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: 540.77 GB sent, 27.21 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.