Memory Pool Memory Pool Refreshing

2,665 transactions
0.78 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (577,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
329,857 329,857 0000000000000000136e2475ff154a5fc4cc73d17066658c02aaaea5d891faaf 0.08 MB 256 46
329,856 329,856 0000000000000000022e598422d7093264f22bc84ba4d05b68ee2c808e95ac2e 0.62 MB 1,172 31
329,855 329,855 000000000000000014ca3c9d7dbb26faeb45acb99ff258f0a281d55ea9c461ca 0.57 MB 645 21
329,854 329,854 00000000000000000625b46da94d32b81f763db9c4f171f185b940cfd4bb4aa3 0.32 MB 827 39
329,853 329,853 00000000000000000ca722e384636980b91eafbc9c6eaef281c5da7da247600e 0.75 MB 1,469 27
329,852 329,852 0000000000000000065776249ac609a17affe59bee87336b47313e886de6491d 0.32 MB 919 39
329,851 329,851 0000000000000000114c35cf873b4d3172132ef6e42ee8a5b816e17c2a7b44bb 0.20 MB 362 26
329,850 329,850 000000000000000019b22e2c73f16836ece08f4c7cc6bfd66bcfcf12cf0c840d 0.56 MB 928 29
329,849 329,849 000000000000000000909b47d7e1f3bc82c94b1bc034a86b066a7402846058bb 0.12 MB 156 16
329,848 329,848 00000000000000000c480262738424cc16f36c8e9cc98bff7ec1c7477f4e0339 0.26 MB 245 15
329,847 329,847 00000000000000001a0661c2c47001e57220a5b069a70b5c9134a58f15c598dd 0.75 MB 1,547 30
329,846 329,846 00000000000000000462e479518b9705d7e03ee68afecb07723ff5dbbf8ffd10 0.32 MB 611 26
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.