Memory Pool Memory Pool Refreshing

3,281 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (145,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
762,098 762,098 00000000000000000005bb33a0e8a46875e99b70b15a1eb36b41d8584f7c6257 1.53 MB 1,991 24
762,097 762,097 000000000000000000001c6f607e00b528d8bd1d220d3c28b295565a59200a8f 0.81 MB 463 3
762,096 762,096 00000000000000000000bcb0aecf86050f4a8454413231d12186a65c2f7ce122 1.76 MB 1,390 4
762,095 762,095 0000000000000000000330bc1d0eb9ee027783f6bb5ff1afff5dbdd017131b3c 1.53 MB 3,012 5
762,094 762,094 00000000000000000002e6a83d15182eec862be1db025463cdf92e424314a4cd 1.54 MB 1,544 9
762,093 762,093 000000000000000000071967bdf2b43f45b625f7c6b3161cda1f40b6e8c7e775 0.00 MB 1 0
762,092 762,092 000000000000000000039ba2ab7b5f63a3a23c60031f4840efed5b6e45f11f77 1.49 MB 2,743 15
762,091 762,091 00000000000000000007301c528a259cbc64401d4998a96715a885939b62de4f 1.47 MB 2,794 16
762,090 762,090 00000000000000000002042814ad638760719b8606b11a49de22350fa68e37dc 1.21 MB 1,413 16
762,089 762,089 000000000000000000074d421fa71d275947b5166ec8ca966071d00ae9b799ef 0.68 MB 1,100 8
762,088 762,088 0000000000000000000264ead579f06f50030b1b275ed38917a896360b04db02 1.48 MB 2,753 11
762,087 762,087 0000000000000000000451c6c0faac949ff257f3fdbfd4b91ed413721645e4a0 0.13 MB 307 10
762,086 762,086 00000000000000000006fcc450007c9176b1374b0ca78cb7081f2bc38fcb84a3 0.61 MB 1,138 11
762,085 762,085 000000000000000000045ae42deb3bc88bc385315f49831de1e6e4dcd8f939b7 0.58 MB 1,029 10
762,084 762,084 0000000000000000000761971a36cf84b9db9435720715d1720e161eba4082ea 0.96 MB 258 2
762,083 762,083 0000000000000000000566a876f237179f82a183b4ff68a36a421277a58cbef7 0.91 MB 1,133 7
762,082 762,082 00000000000000000000343b5be6e09e6330cdd5b8d3469d8165362996208237 0.64 MB 783 10
762,081 762,081 0000000000000000000384532b292bbf62f541426577a8723bca8841044cf4a7 0.26 MB 336 12
762,080 762,080 00000000000000000001371a5dda264067829c52066b4e9240d276df3d79e83e 0.20 MB 152 5
762,079 762,079 0000000000000000000768856be8e94e66c97f6765e91a9140dfaa03f7442c6a 1.53 MB 2,601 11
762,078 762,078 00000000000000000006a7b385f9006a8ede824e3dd2924a870af0d0b8ac87a0 1.22 MB 1,229 10
Previous 10 blocks ↓
Total Size: 769.08 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,628.29 GB sent, 93.33 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.