Memory Pool Memory Pool Refreshing

1,489 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (847,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,511 60,511 00000000074777025a410e2a07bc84308f957a98121ce136f93d9a76d0bf2abb 0.00 MB 2 0
60,510 60,510 000000000bfcc550cdbd8de135e9f1b2b6f089de0d0806e1e7af496a06e23061 0.00 MB 1 0
60,509 60,509 00000000047a8345003dbd3dd54db25d0b3800d5705a98a90ffb84e53c4fc3b6 0.00 MB 1 0
60,508 60,508 0000000004a16a0adf9d06f5640b40a4c5447a8477538c6417fa47ea8c8a0b47 0.00 MB 1 0
60,507 60,507 0000000005a2b914e1a39896ab763c4e56f3bbe00025baf755930e69b166c0e4 0.00 MB 1 0
60,506 60,506 000000000680f24ecea73b8a05db2c800d8a4b5142143149a3f6965f9e8a2bc9 0.00 MB 1 0
60,505 60,505 000000000d4265f34e8c84c097aaabe11f26aff4319e5f3233e349cf451a3312 0.00 MB 1 0
60,504 60,504 0000000004e48aa15cba5a78f16d4d8e963be7a2c7405941f62ce120ba13c3af 0.00 MB 2 0
60,503 60,503 00000000092a381b32b1b0f434fc8d65fe58d8ababbec39df6f2d8e45e73f013 0.00 MB 2 0
60,502 60,502 00000000001bae7763d51b9d8fb0e8e1a6d087cd01acadd9eedd1f1132056fe1 0.00 MB 1 0
60,501 60,501 000000000a3eef2287fadad763ae9981227ed8fc3549f9fb9e44b1687a7aa84d 0.00 MB 4 0
60,500 60,500 000000000c25025a1f8aa51ff7fa645488d8fe85d0e4791c0dbe1585ae06d021 0.00 MB 2 0
60,499 60,499 000000000645abc22cf4f471e9566977d8c68b255b189371a0ed99d5408629f3 0.00 MB 2 0
60,498 60,498 0000000002fec83fe93d2f98bf5af762868ec332da51a2de0e5f903ab511b0df 0.00 MB 2 0
60,497 60,497 00000000090e818cef3f11815d11ddcebde1510e305dc0c4ab664d593cacbd5c 0.00 MB 1 0
60,496 60,496 00000000040d9c70ee36ed02d049fe5e1233b65480f308bfdd8aa3018311c5c7 0.00 MB 1 0
60,495 60,495 000000000022d7ee80fb9d27784016d1a654084f1a92eb6e1b9d89894e9dacd8 0.00 MB 1 0
60,494 60,494 000000000d3f4d1c52c3fca669c0b8b020ec2206be2f3a2b5d7bc9d31fc6392d 0.00 MB 1 0
60,493 60,493 000000000c8d4743c408b17279e9a2ae62f2209a306c05b3d4c9475fb97f3377 0.00 MB 1 0
60,492 60,492 0000000009d2ddd793e8dbfdbf36af4cd2bca4402d44c288b10aaff69d42b08f 0.00 MB 1 0
60,491 60,491 000000000d9d3d58a306da9ac81cae28a162340db5680dd2142a192d51183a42 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.