Memory Pool Memory Pool Refreshing

19,607 transactions
6.30 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,567 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (82,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,317 825,317 00000000000000000001ddbbdc8d223f5a5d4a3d75b752c98ab09b66c7344fe2 1.69 MB 3,064 63
825,316 825,316 00000000000000000000a6bec1d781b6a6bef06d12b26d1c2e650902de9a1ca0 1.65 MB 3,276 70
825,315 825,315 0000000000000000000216880922c5df2c2908f0f057d14bdddf1d4e1cf91916 1.51 MB 2,582 49
825,314 825,314 000000000000000000022779a1e57cd08555f8e5892c38af5fd2ab03d1a2bf61 1.60 MB 3,451 89
825,313 825,313 000000000000000000017929cba340c19aae22ae4dbb3ebf7729b5b15904fca1 1.60 MB 3,243 56
825,312 825,312 000000000000000000016d8a4f7421fa7bacf8f3a82293c2cff5faa4b77d3840 1.61 MB 3,507 88
825,311 825,311 00000000000000000002d910416b3d21cebf13845cd3286741a06d953092cdc2 1.71 MB 3,261 85
825,310 825,310 00000000000000000003d61a48a55bcc1d7aaa2ccb5eb9268f1458bbecc6c9d7 1.71 MB 2,910 50
825,309 825,309 0000000000000000000156824a8a0ee9d7c3ee239cf7a171d5e60f57f716d65e 1.58 MB 3,297 101
825,308 825,308 00000000000000000000adfc43da2632d79c0d10aacc0733f2b4df91c6960fd7 1.07 MB 482 32
825,307 825,307 00000000000000000000a1adfcc435100aa1c0b49ee3e0cdc0d7c5b17ece6864 1.08 MB 603 33
825,306 825,306 00000000000000000003c3b2cde0f7944193539dc8be38be476d970e0e8efe5a 1.32 MB 1,209 38
825,305 825,305 00000000000000000000d846003f3ec1300a2efccc61954c4b481d91bd2b7cf5 1.65 MB 3,122 53
825,304 825,304 0000000000000000000008dbb8fb2fe0de101042c28c165635262c3ca728a2f0 1.57 MB 3,234 48
825,303 825,303 000000000000000000031e34fd3df0e1ed1e5fc3cfc906c2cf28ed5c424a71ea 1.18 MB 766 31
825,302 825,302 00000000000000000002ee851ea11152d0fd143ccafe8809ed182e93602aac9d 1.41 MB 2,009 42
825,301 825,301 00000000000000000002ced81af570e8aa370eb664be5671fba46040c12affc2 1.52 MB 2,620 52
825,300 825,300 000000000000000000006caa1ab0003ed704cbc5786126a7f2e6980eba6411d2 1.45 MB 2,648 37
825,299 825,299 00000000000000000001f92f465924a946f400b465201f5ffe7b2c8df3410fd8 1.57 MB 2,408 34
825,298 825,298 000000000000000000030a6f175a55010a153dc685ea54caaaec0754a32db228 1.85 MB 4,479 55
825,297 825,297 000000000000000000014ba510f2269636f0d29e3d3b6b1345e7629a495e2233 1.81 MB 4,312 45
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.51 GB sent, 93.00 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.