Memory Pool Memory Pool Refreshing

1,653 transactions
0.82 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,874 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 1,647 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,873 (13,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,231 894,231 000000000000000000007d1ee874ad47d937b9067d2467f1435f4fcf4494143e 1.29 MB 1,195 2
894,230 894,230 0000000000000000000166b1233c747e0264ad875c7c784b4220203007994b4f 1.53 MB 3,534 4
894,229 894,229 00000000000000000001fb3cb8baf0b3b956ffcc2b31269511aeb16a0979e885 1.26 MB 1,341 2
894,228 894,228 0000000000000000000172da3ccae5fbe61b5b93992d652eca7cf13fe9b5c775 1.10 MB 525 1
894,227 894,227 00000000000000000001dd447f836b99915b59fc61faf5fbc278b2005245be3b 1.12 MB 498 1
894,226 894,226 000000000000000000013ea8ad0a39d058ccc0553864e9c89660dfe5e4dd1add 1.22 MB 781 2
894,225 894,225 0000000000000000000203a2c05ad06870a873777d7ae93f0c1dc50d15a41616 1.07 MB 401 1
894,224 894,224 0000000000000000000139628b9c467d9fe99f03d2029afa35b834d875ab7575 1.39 MB 1,118 2
894,223 894,223 0000000000000000000179299dfce728f224c6391f99727f80f57bbf15904746 1.61 MB 3,526 3
894,222 894,222 0000000000000000000194c55b9a27c42d504c1fcc7eed8c0d3a17278a4d9fc7 1.41 MB 1,503 1
894,221 894,221 000000000000000000008d74397679c17b176eb08a364aa778e9291c348ab9b2 1.31 MB 1,296 3
894,220 894,220 00000000000000000000bd9e6f004f32a3026b59168a1a4e3d72754287fd07a1 1.50 MB 2,386 3
894,219 894,219 00000000000000000001109d6cdd986c5a5a853f7fb26c440e9ec38a72862286 1.39 MB 2,646 5
894,218 894,218 00000000000000000000dcd144e20d3170d7a57eba35c336f02659a1064d72cb 1.10 MB 311 2
894,217 894,217 00000000000000000000fd37f891a93dd3894ba58eb306515c245cfdcf82749e 1.04 MB 217 1
894,216 894,216 000000000000000000021f25cc7abe49b11f1dc25c2f969368d47ee7c0dccdd6 1.19 MB 1,329 2
894,215 894,215 0000000000000000000179ba5767a4ff5857db59dcbc0884afdfb07865a377da 1.47 MB 2,630 3
894,214 894,214 00000000000000000000ab2d5af936a7c0b91f4216ac3a3e7f0ba89d9f20e03f 1.03 MB 111 1
894,213 894,213 00000000000000000001141cbe5e962eb4a33b24f5f79481aaac279db6e457fa 1.44 MB 2,205 3
894,212 894,212 00000000000000000000d9b0bc4ce935af354b00557baf7c5ded7bd7d2887b01 1.11 MB 568 2
894,211 894,211 00000000000000000000cf4183df5c2d502d72f961bbc495cd344d3ab0e67bac 1.52 MB 2,053 2
Previous 10 blocks ↓
Total Size: 769.30 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.73 GB sent, 94.45 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.