Memory Pool Memory Pool Refreshing

706 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,945 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (748,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,626 159,626 0000000000000c1f0469dcca2ffa292adb28514abb6b08b6796f1eb48e4e0acc 0.01 MB 30 65
159,625 159,625 0000000000000896cecc399f53705fcbd127ab3d36538823d93a68c5db8d14e2 0.03 MB 72 109
159,624 159,624 000000000000065f696867c26c93c76df2c88275af4db48f72cca570edaf627a 0.00 MB 12 83
159,623 159,623 00000000000008333b479d0b76e4d9638c49ef00a3054ef292918c2e96bfc3c1 0.00 MB 11 12
159,622 159,622 0000000000000042ca8d4a3c98ce0ab4f89131156f22d8b8536a3037b08ed30f 0.01 MB 27 184
159,621 159,621 00000000000006e854cba9593ef642dc36ce8b1e4b39bc3c3fc00367b61776f5 0.03 MB 73 141
159,620 159,620 0000000000000755ab246de79f57e8f653804b522ca2ee9d060c38e47f00fc97 0.00 MB 5 95
159,619 159,619 00000000000002fd14384a853fdba51a0d54f85f182a96d7d608be4df7ccf476 0.01 MB 14 33
159,618 159,618 000000000000006ab50d1d90b11147d8cb91bb73f536377d93dcac2a31a5bd91 0.00 MB 10 573
159,617 159,617 00000000000000d45169e8d3d5e9219beaba76cc739f5d6fa37f5cd7c7d57114 0.01 MB 18 369
159,616 159,616 0000000000000d67e3f9ba7b0b9b90cbc9597020f3b61a8a3bd28973f4f35ed5 0.00 MB 11 317
159,615 159,615 0000000000000527818d4b40f99969e6c3d00459fd86eab982d1f1757de1590d 0.03 MB 33 40
159,614 159,614 00000000000009cf43d5da1f705ee925d0e05b18476b20c76ef2cdeec517c713 0.01 MB 21 244
159,613 159,613 00000000000004b09878dbb78b09afc8386ae71a6631fa44a372efbcec6582e9 0.03 MB 48 211
159,612 159,612 00000000000000828ed3e9d9a3c5cc725e26ceaee46a66859fd344d87a9e0c3d 0.00 MB 1 0
159,611 159,611 000000000000083b3a78808a3e883411eae6325dde9d3bdd81dcf303ecf1dff8 0.01 MB 19 44
159,610 159,610 00000000000000759dbbabea9fd69223fb62325144e8cacdd1fbff8a4736b85e 0.00 MB 12 0
159,609 159,609 00000000000009a9d044b3d1a348c5199c6b8423085c9fab028b48c315cdf150 0.03 MB 60 1,944
159,608 159,608 00000000000006639b4e851a6f32aee5438a839f7872bc7ff9309ad9395d60d5 0.02 MB 43 294
159,607 159,607 0000000000000677e9349f02cbffc9b8fde958305f6a649d6615880f9f297c9e 0.02 MB 44 122
159,606 159,606 0000000000000212caaedaeb7d0d118de85a53f2faa53d23c725ae54272b08b7 0.03 MB 103 59
Previous 10 blocks ↓
Total Size: 769.44 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,645.68 GB sent, 95.14 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.