Memory Pool Memory Pool Refreshing

8,836 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,865 (68,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,942 838,942 0000000000000000000244672792d5569c51b8f6243702bff1470bb88568fb47 1.97 MB 2,612 54
838,941 838,941 000000000000000000019b1fefe88a80f8e43420ed6ed5436de45103889090f4 1.72 MB 2,370 69
838,940 838,940 0000000000000000000160a7fb0afa48b0f4c85618fa2d7f087e7ab6e6b5d7bf 1.78 MB 3,707 82
838,939 838,939 00000000000000000002cef6aa7f399d0179ddbd858b7133814d946917fefdfa 1.68 MB 3,457 76
838,938 838,938 0000000000000000000002e675f8f8bf2cfb09f164424ab1347837a0b7b10bd6 1.76 MB 2,626 66
838,937 838,937 000000000000000000026e4449efdb1fb85d359ece80bd3109fce64663a1f6a4 2.26 MB 2,814 73
838,936 838,936 00000000000000000000c1b4191adcc8d128dc0fd41125ba1b12a65143092d89 2.54 MB 2,060 55
838,935 838,935 000000000000000000034012a2deefebfb74b3b59d132b5fcacca9945819f929 2.36 MB 2,310 88
838,934 838,934 0000000000000000000314945de61c01c659458a21a472bd7ccf719a6c2ffcd0 2.34 MB 2,539 65
838,933 838,933 000000000000000000019250517ccdb703893a42d7fa4dcceb91db5063e81381 2.55 MB 2,134 68
838,932 838,932 0000000000000000000119de3006f3997dfa56aa379c8b1e91427029d8a95f28 2.17 MB 2,243 67
838,931 838,931 000000000000000000007bc13d9caf362cb897f8b292f9aecc18b2f5a284dd64 1.94 MB 2,845 74
838,930 838,930 000000000000000000024ca94e8d5eae448410acf1739a6e36f7cf790686e02a 2.19 MB 2,616 63
838,929 838,929 000000000000000000007ee297c4530376c762530ee3b36ae7c6f26ce5884a79 1.72 MB 2,947 81
838,928 838,928 000000000000000000015337bfe515803134997acc75c597d06923ad6241d0cc 1.75 MB 3,634 78
838,927 838,927 000000000000000000007950fbc7f2de822185a16b4682f1c6f77d45899c7b92 1.59 MB 3,481 91
838,926 838,926 00000000000000000001197e9a7011514a35a8d7b95c69dbb73cb707bb20d2cd 1.63 MB 3,303 109
838,925 838,925 000000000000000000029415ca1c8b4193121eb9e31761a61c8fa071e3a06bae 1.63 MB 3,904 149
838,924 838,924 000000000000000000007f24b89d7165de6cd70dc983b7a224b8f39ea8c213d3 1.59 MB 3,813 118
838,923 838,923 000000000000000000013aaedfc1da85537b62d65ee52e892f74105485f2f3ec 1.59 MB 3,601 142
838,922 838,922 0000000000000000000042e3fbc9cd9b25ed648a5d55d192eac342a12671719a 1.93 MB 3,825 74
Previous 10 blocks ↓
Total Size: 769.29 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,642.51 GB sent, 94.39 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.