Memory Pool Memory Pool Refreshing

7,395 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,171 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (777,610 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,233 130,233 0000000000000ba5eaa09daf1de42c2675d7656ac39cd6f63503b696558e3f6d 0.01 MB 23 670
130,232 130,232 00000000000008cf695e48af7938eb615d34b50d8e5ca9ebe3ff641e8d461c73 0.03 MB 62 1,489
130,231 130,231 0000000000000a92a0da23cb90271845e5cb53ebc4d15b289c4e650a3d803c9c 0.02 MB 38 839
130,230 130,230 00000000000008daaa26c9319eeebf12d82138f23cc578e05f88daba85f37560 0.01 MB 39 899
130,229 130,229 000000000000074a4e5c6042a515d04389e92d692cc57d93730c116a9da9947d 0.01 MB 40 725
130,228 130,228 0000000000000540e84c1a3ceb1d4028af457ba48a78b5c906b6753dbd649285 0.04 MB 90 475
130,227 130,227 00000000000019f9edcd0afb7fac17bde3b31c90b0f8b12bc703bf5ee18be5fd 0.02 MB 36 691
130,226 130,226 000000000000051a3dcb5c72d7c328e2972667ef24128ffe24df07acbbcd3a26 0.00 MB 7 779
130,225 130,225 0000000000000f6f0f168546c5a03c8cce9a39f7b928f6ec757d0e2da6f619cf 0.00 MB 10 598
130,224 130,224 000000000000169268065a74927951a6b2d19825329052c78feaa65b3140023b 0.02 MB 41 352
130,223 130,223 0000000000000d3610eeda861a28b81cc131dfe336cad1589a85bcba79786475 0.01 MB 16 536
130,222 130,222 000000000000162b073cc3ac743a9c694995ecff43c7bde650dd7e1c5fba7e6e 0.02 MB 72 450
130,221 130,221 0000000000000e5e74b250588e44b2056c7f5bb9370c80e69a2fee34e9c5af52 0.00 MB 2 4,464
130,220 130,220 00000000000019ffee1176c0601b56dc43e55ac9ad81e14c6db4f86c624c6b12 0.03 MB 61 385
130,219 130,219 0000000000000521d010cbcf3909afff8aa9b3d17df32cef1c174f5f1702bbdc 0.01 MB 16 618
130,218 130,218 000000000000130b2ab4ac2a639135af725754c86968e68674fd6783912e2c0b 0.01 MB 18 704
130,217 130,217 000000000000077ae3a108ec31b141301d80e8b02379334dfd76a67054d7074e 0.00 MB 3 0
130,216 130,216 0000000000000e6190d72d39633fe822c0265ae397110518cf614e60774c59ce 0.02 MB 54 0
130,215 130,215 0000000000000983e7202e6771f459e48d544078b3cd6650f739f2a2633eab8d 0.04 MB 72 2,645
130,214 130,214 0000000000000add824e2398718fb7f7c4e4bbf922e51e73fbc3f883b75571f6 0.04 MB 137 92
130,213 130,213 00000000000013812a8a709494141d45f187daeccb836ad78abcbd31b54d97b0 0.05 MB 112 223
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.