Memory Pool Memory Pool Refreshing

2,439 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.71 vMB 2,438 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (176,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
731,862 731,862 00000000000000000003ff0761b27bc4b90fa8b67c8fc3e778e29c4c851aad50 1.14 MB 699 6
731,861 731,861 00000000000000000000635ba6e5aef4dfe3655fffcbcb4b4433460d73236080 1.40 MB 2,399 11
731,860 731,860 0000000000000000000613f85c950bcda1352ed3d039bd9b4e31c72da97f16ba 1.53 MB 1,854 7
731,859 731,859 000000000000000000015460fa05dcee3a986d3a27c870890bdc873289069774 1.48 MB 3,030 13
731,858 731,858 00000000000000000008d9fc99b8501b595be32ea4464eddcc599f81c1a6dc89 1.45 MB 2,010 7
731,857 731,857 000000000000000000000766a453c147b4cf20d242c18df219577a4d8ec48f36 2.19 MB 337 1
731,856 731,856 000000000000000000036c9a7b0f40541c8560394ff66b004516fdeb28fd211b 1.72 MB 1,910 5
731,855 731,855 0000000000000000000134e03bebff1083ab16c08b377888cb46fa5c6cec64d9 1.55 MB 3,032 7
731,854 731,854 00000000000000000006bbcb91cdbdf1c52a56b4577a0cb3ff9e0b8caffef02b 1.89 MB 1,911 15
731,853 731,853 0000000000000000000654c873417f81280d994f73b712baf83b8fdaf4135e75 1.53 MB 3,074 10
731,852 731,852 00000000000000000005826ac37eeecf1a3312b6c35357bd731ddad85599b4c9 1.98 MB 1,193 4
731,851 731,851 000000000000000000007c695693d2762ced407d7bdf0434500b8191a8d603e3 1.48 MB 3,132 7
731,850 731,850 00000000000000000005ddd7d5eaf4adc0624b0a60b53c13298c2e136322c30d 1.48 MB 2,793 19
731,849 731,849 000000000000000000050bf6e6c2aafa8ca6dc6c7d274fe3862f54dd13f61197 1.85 MB 1,764 6
731,848 731,848 00000000000000000007fbd7ead0c8de636df70c2a4a4323a2e0ba42e0e11f56 2.22 MB 521 2
731,847 731,847 00000000000000000002cd90e1268cb6d707077ddaed420d4dc63b0582333be5 1.62 MB 2,425 7
731,846 731,846 00000000000000000005c837675e6bcd0a3ab7db2b0d74858d5edbe62f9c7302 1.36 MB 1,397 3
731,845 731,845 0000000000000000000507374dbc031ca02098979162e2c0726a38fcabac916a 1.56 MB 2,879 3
731,844 731,844 00000000000000000003a225e3bdcb6984f086fc4b60da1a0c202652bd172579 1.43 MB 1,972 5
731,843 731,843 00000000000000000000c394abd601ab1870da69b140446b7f168321293ae0c3 1.47 MB 2,832 12
731,842 731,842 00000000000000000003aeb1305ac1dba1328d0a5bd26f0cfe0daaf8fb363560 1.40 MB 2,481 7
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.