Memory Pool Memory Pool Refreshing

17,560 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (70,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,860 836,860 0000000000000000000236cee6287f00631d24375a93814ce5d772c419d613a8 1.44 MB 2,349 13
836,859 836,859 00000000000000000002b3046215e619d0e83e73ef896f4779b23b0b0de1ce6f 1.96 MB 5,058 13
836,858 836,858 0000000000000000000118a02f46dd0326176943747800d5a43a5b1563905888 1.86 MB 3,665 10
836,857 836,857 00000000000000000001003eb48a90787d592660d62acb225fec6a3c00a0e288 1.90 MB 5,249 14
836,856 836,856 000000000000000000002da3350268a6151a20652166a6f0f51dcf153d64e027 1.58 MB 3,127 14
836,855 836,855 000000000000000000006d3c1f46fbd6faf5c304c67e9c1c867987540cec82d1 1.71 MB 2,389 20
836,854 836,854 00000000000000000001eae420db45a31310b092567e0d9e0b24bff30bcbc88f 1.73 MB 2,913 12
836,853 836,853 000000000000000000014a06f7b284b114e24e493bff852342a6953ed6a766a8 1.70 MB 2,328 11
836,852 836,852 0000000000000000000024ed1da5701d06c1a58d97d3b35a60812447f31a6d36 1.96 MB 3,094 14
836,851 836,851 0000000000000000000088dfd020dbbf1503dc7d012d7a59283e5ab853032448 1.23 MB 1,317 10
836,850 836,850 000000000000000000028a9fdfc4096d04a9d6f27f9d6d2f5be078917f5e7315 1.88 MB 2,157 11
836,849 836,849 0000000000000000000053097f9f9d1f38de8037d002705a7bcbdc35ac1f6cb2 1.75 MB 2,964 18
836,848 836,848 00000000000000000001c232d92d5b81ae9290811a0c2b068413dddab9b6133a 1.72 MB 3,827 14
836,847 836,847 00000000000000000003521a22657e2937c40af2446bade5b86bccd104afdd89 1.79 MB 2,607 16
836,846 836,846 00000000000000000001ef504843253367eb0aecd45fc894d282ecfbe72599cc 1.58 MB 1,695 13
836,845 836,845 00000000000000000001f7ff92ca5ef83b4e4cbf713cff0156984995478e03e4 1.76 MB 1,745 10
836,844 836,844 000000000000000000026f540da0157ba57ba036d78cf18314ab889d829f935d 2.04 MB 2,876 12
836,843 836,843 00000000000000000002f088bb35263b49311e2c6fcf255cfc04fb6db4340666 1.56 MB 3,013 24
836,842 836,842 00000000000000000002ad6037a284d8a9d283690e5159ae36e8f9b6f4986d02 1.62 MB 3,336 20
836,841 836,841 00000000000000000001df39038b28272e60a3474b9477f9cc69b65e666f9688 1.83 MB 2,599 17
836,840 836,840 000000000000000000015144f3913773446768cb7a3a57c80c41266f4112cbae 2.15 MB 3,266 15
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.