Memory Pool Memory Pool Refreshing

17,528 transactions
5.64 vMB
Show Random Selection Loading Transactions
Max Size: 33/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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,796 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (146,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
761,255 761,255 00000000000000000004656d346fbac96ddcec6ee31b6abd696a241cd6994181 0.42 MB 820 12
761,254 761,254 000000000000000000038efc5e2702fbe2b67a9f1854b17031d0909bdeff7e40 0.45 MB 579 7
761,253 761,253 00000000000000000000b5d401adfa2d81ccfbe472342fae83355d8aff3776f0 0.48 MB 814 8
761,252 761,252 000000000000000000072b51f7dbe0b1052e6377fd3aa230afa76c75eb5f266d 0.48 MB 1,027 12
761,251 761,251 00000000000000000001aada51193fc0ab3b0b6e3b316eb6d9ef0bbef29a23c8 0.76 MB 672 5
761,250 761,250 0000000000000000000262ed329772e306bf36567db18d56a9437049e0246f87 1.87 MB 1,477 8
761,249 761,249 000000000000000000070742427fa10ec3c66d006160155a704d9f56d090a3ea 1.43 MB 1,547 14
761,248 761,248 0000000000000000000640e114b9e6272b9688178273e193ef957e02fad1069f 1.02 MB 1,951 11
761,247 761,247 000000000000000000001fb27db3d49079af517ab1dcb66fd73668e8a2971c4a 1.24 MB 2,257 10
761,246 761,246 00000000000000000003fd4982c0eadae6b942fe0490d328702ab3e4f03a969f 0.38 MB 668 10
761,245 761,245 0000000000000000000177becd2f5cf8beb3e07443d4ea17d3e0cff7f22b2145 1.28 MB 1,851 8
761,244 761,244 00000000000000000006a7e052f2f3f64073aaed22180e5dfd468e9abbd382bd 1.18 MB 1,102 15
761,243 761,243 00000000000000000002ebd5ebb6c83d2230516e953c24358584b383f62636d8 1.35 MB 2,594 13
761,242 761,242 00000000000000000001348849c6e9a551719f126dfc941cdce83389bb782ae7 0.15 MB 318 8
761,241 761,241 000000000000000000006156f6950b8e9c87d9052b4491a069b5ae0c324f103c 0.06 MB 131 15
761,240 761,240 000000000000000000022fa13b5abb217c073ed005a73834cb886470af426678 0.79 MB 1,489 13
761,239 761,239 0000000000000000000094d51535aac8f5752feb37240512700212b85d1c0ec6 0.78 MB 1,559 11
761,238 761,238 000000000000000000024cb258d088bc0eb5cd4b7087e67ee68b8e32148d3b62 0.30 MB 453 8
761,237 761,237 000000000000000000073d8f38fccf4466d5159bdc32de5d6d2ce76b3a47939d 0.32 MB 342 9
761,236 761,236 00000000000000000003f908c5c7866b24e732cadc4f08255438bd64d59a3d9d 0.67 MB 1,469 12
761,235 761,235 000000000000000000027cde72d3644c52fedd7d9d73125952fa08fe6acedf8d 0.54 MB 524 5
Previous 10 blocks ↓
Total Size: 769.02 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,624.20 GB sent, 92.99 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.