Memory Pool Memory Pool Refreshing

12,129 transactions
4.14 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,066 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (577,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,883 329,883 00000000000000000ee53aa80a198e8893f59a953fb3e443b05751be11d99717 0.35 MB 926 34
329,882 329,882 000000000000000011a5d80b17d0b5fefef591a0109b1770d052224a739018f6 0.37 MB 571 27
329,881 329,881 000000000000000002b24a582e83091963807ecec916dffc0fae32daf1eca898 0.41 MB 691 25
329,880 329,880 00000000000000001a3d8d2fc5d67868bbdb2c3bc6286b2d1d3c6530c0b34a73 0.36 MB 349 10
329,879 329,879 000000000000000006d238b4e2c456d85dc08b887d0ff7352b1a225c255b826d 0.75 MB 839 20
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
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,626.87 GB sent, 93.09 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.