Memory Pool Memory Pool Refreshing

50,641 transactions
28.77 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,465 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,335 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,464 (73,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,212 805,212 000000000000000000047e65fc268e815bf9bfc424bc21b04ab61233ee67fae5 1.47 MB 1,750 13
805,211 805,211 00000000000000000004911bc0b277fd4bf32c26179641974a6f0c5bcbbf6fc2 1.55 MB 2,438 14
805,210 805,210 000000000000000000011dbee7610a9f86f206dccde98aff48f868404b6306d4 1.19 MB 1,542 21
805,209 805,209 0000000000000000000168f2123519cb7cddbe89913dfcba0e212abbf8d5b922 1.69 MB 1,384 12
805,208 805,208 00000000000000000005078d34a646e7af98ad20b1a255b546110640f9a7898c 1.89 MB 1,803 13
805,207 805,207 000000000000000000046272ffdd9fa8060acdc6d4414fd17d212b75290e8501 1.65 MB 3,820 13
805,206 805,206 00000000000000000002e4f5c947fc405b91abc2dfb8949fbb638c97b40af695 1.64 MB 2,805 18
805,205 805,205 0000000000000000000249bd0a35cbfd4fa49c537823969c71b40d68692d2525 1.71 MB 2,593 17
805,204 805,204 00000000000000000003ba0417838a616403e14ba14c8cda90e884087f336c3f 1.54 MB 2,232 16
805,203 805,203 000000000000000000041218d5ead00fb30c8dbcdc6cc093fb6cf3cff4fa909b 1.39 MB 1,669 16
805,202 805,202 00000000000000000000ebaaaf866d7ef0914f394b52b23e3ec54554f5bba54b 1.42 MB 3,100 21
805,201 805,201 00000000000000000000d02e7b60bb1aaf810f3bf10d9c7dfe5c3d200f92c430 1.32 MB 2,191 24
805,200 805,200 00000000000000000003db6f7b94a5bebcf0db944e60ec5235c23dfaa220840c 1.61 MB 3,352 18
805,199 805,199 0000000000000000000040776f7a64838a3ec78c4326b85a7c3e7a1ea8e80f9e 1.75 MB 2,856 14
805,198 805,198 000000000000000000035fc050b23dfe956be33199329d1f1cf7c76daadd903d 1.58 MB 3,370 19
805,197 805,197 00000000000000000001a275d47a0e8083bf0cd5be06d1d99f7bd17aecd84652 1.42 MB 2,601 14
805,196 805,196 00000000000000000003b943e7b87d2c9f5c578cf6b02e14e07f15a207f1a6bb 1.48 MB 2,777 21
805,195 805,195 00000000000000000004b456dc69f2717976c5a8cd7b6e2d3fbd0f3537cde038 1.67 MB 3,418 16
805,194 805,194 000000000000000000043de0d33024bce0575070eea8f3f3618598e5ef28bae6 1.54 MB 3,126 20
805,193 805,193 000000000000000000000a5f1c3b958a193b16fb777871f3f077ca0efc20e8ad 1.39 MB 3,077 38
805,192 805,192 000000000000000000004d18e7a5b29301f9cefecf6e17bba3b953648e5dc0a9 1.50 MB 2,337 14
Previous 10 blocks ↓
Total Size: 715.27 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,382.92 GB sent, 41.42 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.