Memory Pool Memory Pool Refreshing

5,016 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (3,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,503 904,503 00000000000000000000f86efa1ded74b10b9f65a8b4e92eda490bb89ce6974e 1.41 MB 5,648 5
904,502 904,502 00000000000000000002530628b208f408176f3398ca3362071c8ec1f8213821 1.44 MB 5,257 7
904,501 904,501 00000000000000000000a868105e70e7555b02456358ac5aa026c8bdc1020503 1.42 MB 5,819 6
904,500 904,500 0000000000000000000096b3ad4d3e4a2cc17154b88d565f205ff0c4c56b0b08 1.53 MB 5,486 4
904,499 904,499 0000000000000000000242b995d7494facb2ec4079a67a86453243a7753a60a6 1.42 MB 5,718 6
904,498 904,498 00000000000000000001b1bee94a6053fd1fd205841aca74bf4e4a648ca9b82c 1.43 MB 5,043 8
904,497 904,497 00000000000000000001b80755af41045a077bda6e077ff6c49df4345de79d70 1.51 MB 4,475 3
904,496 904,496 0000000000000000000029fedeffeeba1e3a37bc83fd4031e3fd7ce0967f6b6f 1.48 MB 4,950 6
904,495 904,495 0000000000000000000114e217379a884094938054aef4120372f2bd4b1101cb 1.61 MB 2,220 2
904,494 904,494 0000000000000000000068776e420347e8f869e9e2caf70bab1fdce7868118c3 1.53 MB 4,602 5
904,493 904,493 000000000000000000017311cbd7b2962008c19c1e78a3badbd20f02e186dffc 1.77 MB 2,153 2
904,492 904,492 00000000000000000000f9bf71620dcb50295b48bfc269558d52bd182199076a 1.23 MB 1,027 2
904,491 904,491 0000000000000000000196eaf26f22c10f5a7f174b9075248c97c98c82c87ac3 1.33 MB 2,769 2
904,490 904,490 000000000000000000006fee095c865e55c04fb86ec28fd69b5bc71b72109302 1.41 MB 1,967 2
904,489 904,489 00000000000000000000578a5c547add25fedb7e59a4ac1f1dd9c773c293c674 1.80 MB 3,413 2
904,488 904,488 00000000000000000001be7abf4fa67c49b725e0a90f3d4f542a22cd45349263 1.68 MB 3,587 4
904,487 904,487 000000000000000000015f32d18cedbae527b85244946b3c95b15e1efe58b66b 1.53 MB 3,827 6
904,486 904,486 00000000000000000001dee0867aca0b62691ae0076b8a6ece76e2f82aad2b72 1.66 MB 4,025 4
904,485 904,485 000000000000000000016d62af861c9373469e44fcf3e4fb81b2b9602ff9190e 1.56 MB 3,896 8
904,484 904,484 00000000000000000000b5f5606f39cef654f8f6f6cd153f0e157ac5e08ddb6c 1.48 MB 3,714 10
904,483 904,483 00000000000000000000518cdedd4555c9251a38f1650e09becef4c3286c638f 1.45 MB 3,002 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.