Memory Pool Memory Pool Refreshing

8,425 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (385,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
522,192 522,192 0000000000000000001568733a97dadd9903f35b646030c0c50090f16202c246 1.49 MB 1,479 21
522,191 522,191 00000000000000000008841ec715933a3de96243b42bf5e0f9fd8bd3f3876912 0.43 MB 586 26
522,190 522,190 0000000000000000003a151606a0d4de1fd5089cc807c1ebdfcfe1f027ce39db 1.09 MB 1,799 57
522,189 522,189 00000000000000000034b12d6ac9ad4586d23ef0755b2fcc75de6e61db2c9d29 1.00 MB 1,752 30
522,188 522,188 0000000000000000002953536b0e2aadc99915c4ba7bab2069d09a18f54753a6 0.00 MB 4 92
522,187 522,187 00000000000000000020e8d69f6635a7b9d507e67f92ba743597b519e384558c 1.20 MB 1,784 32
522,186 522,186 0000000000000000003e9e59a6787a54a01cb31f66f56387ef0e936df705ea44 1.26 MB 1,852 14
522,185 522,185 00000000000000000015d7f59951e0759591a76b2de23c27b9331dbb102f2d05 1.34 MB 1,339 32
522,184 522,184 000000000000000000058505917c5f7b0d90f13d23b0beab644ba6594c39bd88 1.39 MB 1,738 12
522,183 522,183 0000000000000000003844ea2aebc1fd6e5bd576401117c54295fd9d15277569 1.15 MB 1,578 42
522,182 522,182 00000000000000000001d354d2faef72af818fe359ee9d17c273d42faa6f1de4 1.09 MB 1,720 18
522,181 522,181 0000000000000000003ffdaf64d85cb5afee31bc2af6d8c0cb4baca2b333d4c5 1.11 MB 2,188 104
522,180 522,180 00000000000000000008d95c357b27c9a9b2ac3f5e1a8abde7c91e146ef99755 1.14 MB 1,347 7
522,179 522,179 00000000000000000008f79b5728d4ec0d3d6129db6ce088ff2ce0dca3a54d4c 1.12 MB 1,638 23
522,178 522,178 0000000000000000002f30e5c875ac1d1e38e334918437dbcbe45dfdfec60fc8 1.08 MB 1,325 28
522,177 522,177 000000000000000000183bb37f9a06622bb5b52bac2f2ad2c65805285e4f137d 1.22 MB 1,001 18
522,176 522,176 000000000000000000172c41ab2c3737f31b466c35ad755f74d5dcdadbaf0e5c 1.15 MB 1,863 38
522,175 522,175 000000000000000000298abf5d8a74472cff4bcbe97262c4fe81084ccdd11ef3 1.20 MB 342 9
522,174 522,174 0000000000000000003d646c333340be9dc0fb65bc83cc18290d760b938c2a63 1.16 MB 354 12
522,173 522,173 00000000000000000023c17ed9136a7b940491ceb1f3f1abf192a4689b1e7f08 1.15 MB 788 26
522,172 522,172 0000000000000000000ce2712a1f517382a8a3cc9cfa8d751e034851fc3bdbaa 1.15 MB 1,269 19
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.