Memory Pool Memory Pool Refreshing

10,734 transactions
4.64 vMB
Show Random Selection Loading Transactions
Max Size: 26/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,499 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (74,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,669 833,669 000000000000000000013afedeb3e48ffb8faae2fe0960c11d91e690514c5293 2.01 MB 2,468 18
833,668 833,668 00000000000000000002ad60dee1c704f1946d5c3bc28b01719e972acce17019 1.78 MB 3,382 21
833,667 833,667 0000000000000000000170f2213d4be8e1a65aa8bf863811157c733a83eb6b7e 2.00 MB 2,408 15
833,666 833,666 000000000000000000028e34ff39b31aa518437b244f4251094026e6558f32a7 1.75 MB 2,124 19
833,665 833,665 000000000000000000020f320e584ceb11cf45346194d8a3466f4333b51cd410 1.61 MB 2,678 36
833,664 833,664 00000000000000000001ae0611ba729b99d36e3a18594ffa2a038316459d9a99 1.60 MB 2,302 27
833,663 833,663 00000000000000000000a73fc83bd5dc5f5c54890d4b756b048b8f619e703a61 1.62 MB 2,742 38
833,662 833,662 000000000000000000037a809da7024d3026f37c3ab4ffb599aca256c78248ac 1.83 MB 2,173 25
833,661 833,661 000000000000000000013fc1fabc12c71a6903e0e332d177cedef129b1351082 1.57 MB 2,686 39
833,660 833,660 00000000000000000002ebd245ef821fcf376a6b02a1d300c23eefc556461f7a 1.71 MB 2,631 23
833,659 833,659 0000000000000000000179a703379c220aa3e93896c17c0951257a3f008ecefa 1.54 MB 3,003 49
833,658 833,658 000000000000000000022f32385f755f70672d8f8a4ee4f319fd09a787be982f 1.65 MB 1,196 13
833,657 833,657 00000000000000000000f3a6f86839e6a1292a7eacb0a5a424803fc8c26462e2 1.65 MB 2,563 29
833,656 833,656 000000000000000000021f0de76f27e7fda5748756c738f72dbbc221a8093e2e 1.63 MB 3,092 33
833,655 833,655 00000000000000000001a460d9b606ad4aeeef1bfcd0d25c9952bf272bccce68 1.74 MB 3,859 25
833,654 833,654 00000000000000000001bea3bdd51d3fbb367925df3da1fa660734c0be93ff45 2.29 MB 1,908 15
833,653 833,653 000000000000000000036227bfbed1cb06650e2531af1c4b13bca537f2250b99 2.26 MB 1,817 17
833,652 833,652 00000000000000000001c76818faa77e7af9516a0a634df8a91207842a9c317b 2.28 MB 2,135 18
833,651 833,651 00000000000000000000355244f1678159044534ca79f9005134644e69ad4cfa 1.95 MB 1,984 24
833,650 833,650 00000000000000000001cf5099e7755b0282c79bfc4935027c3e09c99b0b6106 1.59 MB 2,823 36
833,649 833,649 00000000000000000001585b9d6ac6dd7e04fa4ef9349f31c23a244e4697e51e 1.58 MB 3,174 51
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.06 GB sent, 93.02 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.