Memory Pool Memory Pool Refreshing

5,012 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (780,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
126,839 126,839 0000000000002b60c5bc4ce0369ac769c4e47a55eb5a7f85e5540d0ceb57c3e1 0.00 MB 1 0
126,838 126,838 00000000000010b27386c2eee1f5eaf1770ef6a6df3eeff124fb3b86eddcf658 0.02 MB 58 609
126,837 126,837 0000000000003e2a96151e19a890fa56cd90513334cb4cf14ca51fffdc445061 0.00 MB 1 0
126,836 126,836 00000000000003fe7e1dc5b03a79c694053f04f14ae09c743a6efb88d08aef33 0.00 MB 17 1,707
126,835 126,835 0000000000000e29176cc31c60acabcb189ce26c808c9f087e819c4f43bbf149 0.03 MB 46 597
126,834 126,834 0000000000001a3193b2a833668c8d0716e62184bcf4cdfefa901ecd72afae3b 0.01 MB 13 243
126,833 126,833 00000000000014c1fbdd7342c482e3469bab74d18dc365631c439b57a05f1b54 0.02 MB 26 0
126,832 126,832 000000000000396a5197730a30207f67871521fd1e03d9de79b9858d4cd16372 0.01 MB 13 2,129
126,831 126,831 00000000000044168724e53088f2753cd5d7f404cbc2fda0123e0c3167f94675 0.00 MB 10 606
126,830 126,830 00000000000002755939d37db23d6c389c0db7fce40101272e25745c9606f811 0.00 MB 8 359
126,829 126,829 0000000000002d05f0e7788f8a97fa9486d6788fceb645ea1c35abb0cae83af6 0.01 MB 38 1,219
126,828 126,828 00000000000027f46d979f8bdaaea1e9b1878a6c46ac4276591a2b05410f83bb 0.00 MB 7 1,086
126,827 126,827 00000000000007c2c1fc21cde5a737e5dd9057274052a356b38c14ffeb19b40e 0.02 MB 49 338
126,826 126,826 0000000000000ed5239b54d297e54010121f46d5e70d9a8554c74a0b88c2be68 0.02 MB 34 886
126,825 126,825 000000000000276192d714e2050c8fb8687b7bf40db26d01df2645cfd5ad50ef 0.00 MB 4 0
126,824 126,824 00000000000042b1258ff597e224966ab4a725c5b29f68449fd4ec453259757d 0.01 MB 36 292
126,823 126,823 0000000000000f7119f6a956dcf4b4f90134b41288e64ef0c0b8b5c57c17c1ab 0.01 MB 25 1,027
126,822 126,822 0000000000000ff7359d0573edce9d46e963eb6aa60017676e409dfc316c88e2 0.01 MB 33 1,012
126,821 126,821 0000000000002ffea281264000e018f208c0553e7c6c557d3a3442151b589f89 0.00 MB 3 1,668
126,820 126,820 0000000000001933c3a0a6441031d4bce776c914c9dd802068eaa38a724e5fcc 0.00 MB 8 936
126,819 126,819 0000000000002f43809d6e9339844be6b614f8d2fe41f273c96b0f1b3dfeebe0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.98 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,616.00 GB sent, 92.71 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.