Memory Pool Memory Pool Refreshing

9,793 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (549,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
358,042 358,042 000000000000000003f6aa1dad52ea7bc3fcfe0e69fe70958c359d24df1f6283 0.31 MB 335 20
358,041 358,041 000000000000000000494eb1ab3c06fd02390f6f2855a6bd5950b645842111c1 0.23 MB 496 27
358,040 358,040 000000000000000011f4449e37530d20af658d4c4f614e41c5c7e16d23dd6a1f 0.18 MB 294 15
358,039 358,039 000000000000000009049294cff53d9444f17c31f581146c330e7ffb4ac73581 0.00 MB 1 0
358,038 358,038 0000000000000000151c7f04b36958aea040904d56c2dd460c8024fddd212e65 1.00 MB 1,833 26
358,037 358,037 0000000000000000021ddcbdf7baf31f7f8c4bebf1af669274d469e1ad486b89 0.79 MB 1,505 26
358,036 358,036 000000000000000009a30769b89ed8b6159af69e0c8535c1f766a370c5652fbd 0.62 MB 1,035 27
358,035 358,035 000000000000000004f3a8ad7d620e3be3ddf3deff2b11fa2359f9f477138e4b 0.36 MB 515 20
358,034 358,034 0000000000000000131fcb6bd2b51ad261089359eba98f87f7a05fe41e9fda2f 0.75 MB 1,451 26
358,033 358,033 00000000000000000c7ea0fcac58a9d7267fef8551b9d6a5206bf42b849618cb 0.45 MB 932 28
358,032 358,032 000000000000000005e074ad756923ffaec04042d669c06c5d308ba308f39b2f 0.16 MB 255 17
358,031 358,031 0000000000000000014095de72d2c62fa7db5a5e487c9eafc69cc973bb55c3e3 0.31 MB 560 24
358,030 358,030 00000000000000000265c2744f02f4b519a013c1719da55a6150df3a9ad5389b 0.53 MB 960 24
358,029 358,029 0000000000000000056c47213c8e35450a3b6c538f7733d573b3b8a7ecf56952 0.00 MB 1 0
358,028 358,028 000000000000000006b701bd83cddd10d55b3fa2e9f529a65051ba1a074c3d9d 0.13 MB 245 26
358,027 358,027 0000000000000000130dc5c13734c5b3cf792e567f6cc75365bf83c95abfc8b8 0.19 MB 425 30
358,026 358,026 00000000000000000db84a5e1cfac7ab2d4f4357dabbd738ebb9f0d2a70f6c4e 0.35 MB 684 27
358,025 358,025 00000000000000000fdb1f12e529d6490221a6cc43b8f5713a9a2f60c544da1b 0.33 MB 783 30
358,024 358,024 0000000000000000137551a3fb7816ec55387b15593e173eaadf6929857896fe 0.42 MB 898 31
358,023 358,023 00000000000000000cc666b08078ca29f5154bd2438c2d9eba71f685c12bab22 0.34 MB 711 30
358,022 358,022 00000000000000000eea7aab00d457b3e2958f0c7186d29427aa35e05673bde4 0.26 MB 526 27
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.