Memory Pool Memory Pool Refreshing

8,170 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,019 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (179,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,314 728,314 000000000000000000066e7754f8b7d47ed82e0c15ea350a5d400fe07f5c2967 1.16 MB 1,734 6
728,313 728,313 0000000000000000000519a36f6e27f78bbbbaf94a17dad87828ec5c14239c57 1.32 MB 1,398 6
728,312 728,312 000000000000000000052583abebdf40fc74e220a4b6afefb10447859f4eb22d 0.43 MB 667 7
728,311 728,311 00000000000000000002c978341515611d27486097a5147ba80e8f749862c634 0.58 MB 816 7
728,310 728,310 00000000000000000009549bc584ca5bbad93ef51aed7bb6169b21a4f64517ff 0.18 MB 287 6
728,309 728,309 00000000000000000005b386740fd7ba40d491b8fd30804a1a64901c7d419335 0.51 MB 648 6
728,308 728,308 0000000000000000000742c9d09c8e58d2377a861127447d5b1ee8e177ee7020 0.44 MB 637 7
728,307 728,307 0000000000000000000614d8899ba24297ec61f350be42f7d7dd61709b93ea38 0.72 MB 1,004 5
728,306 728,306 000000000000000000071039b857e3e6ad14f8b10715f0709174bc45d2f9bbe8 1.17 MB 1,124 5
728,305 728,305 00000000000000000002597fb0f67307d68f35e40e3148a6d20f42e0da9e89b6 0.49 MB 471 5
728,304 728,304 00000000000000000009b2ef4d31c04247fedce63f151d3569a5646352e4dcd9 0.08 MB 180 11
728,303 728,303 000000000000000000021d806e8ae89b2656b8b6c4cea694e4e5812b1ab2fec2 0.75 MB 1,053 5
728,302 728,302 00000000000000000002041795baacbcd22144a4a22771c018632d46dc73bee3 0.02 MB 35 9
728,301 728,301 000000000000000000010c9ba30887552b4fd05d8192967ebf442fd26af4ef23 1.34 MB 2,195 7
728,300 728,300 000000000000000000058e0b6d07b22fa46bd3bc194eb27272548ae0b19b9f4c 1.41 MB 2,007 4
728,299 728,299 000000000000000000030297b024648e9944f3744156f98c210810b360229d47 1.55 MB 1,323 7
728,298 728,298 00000000000000000003398547e6ea298691e02de541cd801a3a9660f6756970 0.57 MB 983 6
728,297 728,297 000000000000000000059eca13ad604ffb217dc8d38cf752b8552d8fd93346c3 0.02 MB 32 7
728,296 728,296 00000000000000000009af4e28b02f164e1747c9717051d722f3c18ca23e8945 0.48 MB 650 23
728,295 728,295 00000000000000000000f72fe45899f68d929c0752cf0827a8265950c79398d9 0.26 MB 471 7
728,294 728,294 00000000000000000002b82047d29b0383c8586ffd84a41c2d1e48b911a1bab4 0.62 MB 1,060 7
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, 114 incoming
  • Data Transfer: 1,625.81 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.