Memory Pool Memory Pool Refreshing

1,354 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,667 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (859,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
48,837 48,837 000000001057533231c0b42e6024be4a7d2dfa08ffa3aa5497cb667afb6fde2f 0.00 MB 1 0
48,836 48,836 000000001cf7bab0aa8cc4fcafd834df42d85915f5e1dd9f450d215429381a36 0.00 MB 1 0
48,835 48,835 00000000094d23cd653cf8fecfe590c1a7a9e7cda34b23c4c2836e6ae0e28d0e 0.00 MB 1 0
48,834 48,834 00000000255dbd3350943ecd5ff573e40c808d21ac884e88638d700c05032693 0.00 MB 1 0
48,833 48,833 00000000118f66e2c269c9ee5960390c469c40cf80cd1741969a543e2225789d 0.00 MB 1 0
48,832 48,832 0000000006c136acb7a4626a404017c8f7937cab186087c6a70f029904167629 0.00 MB 1 0
48,831 48,831 0000000026e0e188ee50635d2165a54e61f302a55b12099903c1e729738469c5 0.00 MB 1 0
48,830 48,830 0000000002fb2a1bad8358cbaba3291651ea507609829290d85b874cda5952bb 0.00 MB 1 0
48,829 48,829 0000000023c32dfe4c11e68490b56b2c13e1a609e898bc121a4d38bca0820f60 0.00 MB 1 0
48,828 48,828 00000000050dd35106087e6a2a5e59b84262910579a5471e9d0c4432027b2bef 0.00 MB 1 0
48,827 48,827 00000000228280f75c9eec6440bccc46b0007eb815c1cf92631ef1c5f5e99264 0.00 MB 1 0
48,826 48,826 0000000012e9f8d76aa9149d6d97ca107da06e5be4b75f128ea02599816e515b 0.00 MB 1 0
48,825 48,825 00000000274f74b3b42c4b0504b915ef3318b30c9c6204ca7d6415ec4223f053 0.00 MB 1 0
48,824 48,824 0000000022ac1ce35bba1246373c4bfb91d01022b23943e8327db848c7d475b4 0.00 MB 1 0
48,823 48,823 000000001da99a63d03121e67079b3f2baf809766bf39a15d7cf7e708c565448 0.00 MB 1 0
48,822 48,822 00000000226ff0afd561852b7b3badb32005bb4ab279a0e9e46cea840c8ce1ab 0.00 MB 1 0
48,821 48,821 0000000000f4d21aec6a2097008556d0a8341333355ccdce76a0e5a2df083d0e 0.00 MB 1 0
48,820 48,820 000000001b445a87355627ffadf045ad1c7ccddee3bb6a8e3a59eb530146834d 0.00 MB 1 0
48,819 48,819 0000000011f2c1be37a08a8cea06ac168adb7377b1eb11762be1f98cefec21d2 0.00 MB 1 0
48,818 48,818 0000000007fc091fcc5ff31ac23705f7e1018e34f8bb4a27ef1b1a26e5980f9e 0.00 MB 1 0
48,817 48,817 0000000003ecfe56a20b09cb91d5455f958fc05a5dfe4018ab650458bc6c7fe4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.