Memory Pool Memory Pool Refreshing

9,788 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,676 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (577,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,878 329,878 00000000000000001882f45ff14407c6d02b4fd40a0cc6490d6072ddef016d72 1.00 MB 2,481 37
329,877 329,877 0000000000000000039c8018824688746be86c0ef0188554678a5c7e7290fb91 1.00 MB 1,609 24
329,876 329,876 00000000000000000426d81be59c10c798466fb17ed210820a3b8c34b737a394 0.14 MB 512 69
329,875 329,875 000000000000000001b8c2afebe7c4e9b9f82b0627e730ef8fb9798dbeea21b0 0.33 MB 391 27
329,874 329,874 0000000000000000018d50382635e9fe2187339ba7840889de8884bcc40613ce 0.82 MB 1,176 23
329,873 329,873 00000000000000001a973092762c08e202a99a24edf29c518cedb08facc24b5f 0.35 MB 885 37
329,872 329,872 00000000000000001513ee1a8056247df89ca42baa233363975bf3e52002ecc4 0.50 MB 863 28
329,871 329,871 0000000000000000074f2e1a81d454544b7e10b0dbe04dcd078ea2cabdd3c01b 0.07 MB 66 15
329,870 329,870 00000000000000000b278c63f9e217f1b2ea4bc6d9b4a297d776cb6f8657484f 0.08 MB 132 15
329,869 329,869 00000000000000000be678670730b46e8656422eff64433d8148abc98b92f224 0.57 MB 847 26
329,868 329,868 0000000000000000089d5b8425a3efa6bb68a7f41c39abda028e6e300d439aad 0.31 MB 456 23
329,867 329,867 00000000000000000c85c4da3eb370d28e6d686b6d2e682e3b25976e698fd487 0.37 MB 440 47
329,866 329,866 00000000000000000c6181d5ebfd3fda5d086e955bd848b075e85b32fa37b2b7 0.88 MB 728 17
329,865 329,865 0000000000000000036a29c21ed424f9b5e2a8e7e677fa56e1ef7802a50fcd91 0.29 MB 615 29
329,864 329,864 00000000000000001168c8562c4476756e008b183ce2a0782f302288ab0231c4 0.53 MB 850 27
329,863 329,863 00000000000000000412b048895125c35e9130a13f0bfeb884ffba2e1c13d94b 0.10 MB 172 25
329,862 329,862 000000000000000001b636180de7975a1889a4e42f1993f190f71fac39192ef9 0.07 MB 109 23
329,861 329,861 00000000000000000b533f3305f72b6ac34f9c45bf6d934efb6ea780d788d6bd 0.30 MB 513 25
329,860 329,860 000000000000000017ea46e1ef34148a473a79fb9e237a4399c7af59752ea406 0.23 MB 479 27
329,859 329,859 000000000000000018e09a3b9d43adc3cf2d1b2cbb11a0108290d6f88dd552de 0.29 MB 457 26
329,858 329,858 000000000000000017b092e77a9ea8d9923a993a1ec93a5f518796e153752265 0.24 MB 309 18
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.30 GB sent, 93.03 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.