Memory Pool Memory Pool Refreshing

1,220 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 1,205 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (276,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
631,069 631,069 0000000000000000000430c8c903b77974c6f56ba3721e5c78b80dda59669c2f 1.28 MB 2,301 189
631,068 631,068 00000000000000000005e9a38cdfa1faa40ee593d6dd53f0f1cf04895b1b79d5 1.62 MB 2,258 194
631,067 631,067 0000000000000000000f37ce123fda783f67f03654a6bcfea7a57c5f7a5b5d6a 1.48 MB 2,515 217
631,066 631,066 0000000000000000000cb90717d4191d117a80f911084ebf64915e24019a5101 1.51 MB 2,479 210
631,065 631,065 000000000000000000033da413ff0e1bf8c24ac37dd66da0693565d8f86de92b 1.29 MB 3,269 228
631,064 631,064 00000000000000000005082c4bc31c89ee6fcb540ba4524aecff95f5542a4e99 1.13 MB 1,310 203
631,063 631,063 000000000000000000044f919eb56e401ce8e663b315b2cadeb8f8031ea2f7df 1.18 MB 2,147 199
631,062 631,062 0000000000000000000e2b2b6ac61319833ac75487f20f1fc73c805f1ffb3aa9 1.11 MB 1,839 202
631,061 631,061 00000000000000000008db89c7dc90c4d720a3015826d54282a89d01e0d7c145 1.25 MB 2,381 247
631,060 631,060 00000000000000000011bbdfd15bc45c722c1f3210d2b75e6b0f449e54b1f8af 1.18 MB 2,545 67
631,059 631,059 0000000000000000000534ab967987ce6024f443ec10e79db3fcf2264d30bc6c 1.17 MB 2,783 82
631,058 631,058 00000000000000000000f811e171eee52157e9a95963140e62fa83610f23ea7e 1.44 MB 1,769 139
631,057 631,057 00000000000000000005950616603a78e232fb0d7ecf625c9b04214b73bdf53f 1.33 MB 2,617 182
631,056 631,056 00000000000000000001be52c803885a6e76638798616f413e80b9141a6e2757 1.52 MB 1,910 189
631,055 631,055 00000000000000000004dfd112987fec4ed9059ee7697118428881de258b64ce 1.25 MB 1,908 197
631,054 631,054 000000000000000000050bf2cdec39195a12fd2aa636ebda61e950b8ee2a1af0 1.20 MB 2,047 44
631,053 631,053 00000000000000000008ae437e1e9815ba8e02d8394b1c8480b6789dbd99d47a 1.25 MB 1,699 59
631,052 631,052 000000000000000000082dffdc35e2c50455314b7837405def3f609f29992062 1.18 MB 2,549 53
631,051 631,051 0000000000000000000a20d9d41c92bf32272d69fcefd187a85887c932a156e8 1.20 MB 2,681 67
631,050 631,050 0000000000000000000f7ba18f7ef162248b244c4c23f1072abc672163f16e79 1.54 MB 3,506 65
631,049 631,049 00000000000000000004d2573490d9fde4cc2f1c70c8ab1396ce8c9aff525d2f 1.31 MB 2,767 147
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.62 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.