Memory Pool Memory Pool Refreshing

3,220 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,580 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (842,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,986 65,986 00000000072a0644b5b2218f2baa151815f94076318524e0f8b6c347900951a7 0.00 MB 1 0
65,985 65,985 0000000008868d3e2fab1f191d0510d6e5de6744934d624a90c5115b9fefd74e 0.00 MB 5 0
65,984 65,984 00000000015f97737a4e2e0cf4c7e8b8be4ce18cdfce72eb3a9094adeb8e9786 0.00 MB 2 0
65,983 65,983 00000000098a3c5087cb095cb18103fe50d23755585998507041bcf81439e624 0.00 MB 1 0
65,982 65,982 00000000082660230b549bfef751f324f4318b3ace309b2e7cfcbc4eb87af7bb 0.00 MB 2 0
65,981 65,981 0000000005cdb45dda5f6e54b1e17617d5c7b1e050a49e0fd9842d339aa3b222 0.00 MB 1 0
65,980 65,980 00000000050c2b8fe9827cded539a484b67742f6eb6991c7a1715120ea680fd2 0.00 MB 3 0
65,979 65,979 000000000abed2cdae6f2a124b095a4ddc0bd65ad6265fc971ebeb90e0bcaac8 0.00 MB 11 0
65,978 65,978 0000000000e33854edb387b513a7cf2ef510ad3e716e6eecee604e442ae5dd4c 0.00 MB 6 0
65,977 65,977 00000000008ee92f537769ab770fc349745c2dab1046f40065ee592eca44c8c5 0.00 MB 2 0
65,976 65,976 0000000000cb5e4792fdd18b17795e0f03d402da1fb7c541c08618d84e3c1cc7 0.00 MB 3 0
65,975 65,975 0000000000b47aaa84141c2f6e8e73b4c232e2b1d177aeffd01660bcd055f178 0.00 MB 1 0
65,974 65,974 0000000007f6fd46fbbdd596855dba4c379f36f2b1f0a1a690a35663120d69d7 0.00 MB 2 0
65,973 65,973 000000000a9ab8e5922074e84165abfc45e7d9143c09e708859ad4b4c6de7de0 0.00 MB 3 0
65,972 65,972 0000000002c1f12cda935e4d0231976550a4479fc35e719632bf9abef1c71dde 0.00 MB 1 0
65,971 65,971 000000000044370410c1d3afba3ee1c83227c9c607020defc57355bb871555ed 0.00 MB 1 0
65,970 65,970 000000000055ff4955099163adcd595e74ef2780138f2db8eae3ad3b59d61eae 0.00 MB 2 0
65,969 65,969 00000000049bc6f268f113ef233ca3725aa8c3c165e6aee7717db1ca1ccd7242 0.00 MB 5 0
65,968 65,968 00000000020bcee8401278d334c4b7ddf691952554e52cee1117860cf78ce030 0.00 MB 1 0
65,967 65,967 00000000030a29abc0cc94637890ef94698a6aab523712be577f514cc051327b 0.00 MB 7 0
65,966 65,966 000000000a78a5e9bedfd79a66b986006c07e357a644e8af7e846177d8f2d057 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.90 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,851.42 GB sent, 101.44 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.