Memory Pool Memory Pool Refreshing

2,865 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,015 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.92 vMB 2,864 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (69,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
838,921 838,921 000000000000000000031abe0d2947e6f1d74a150bdc9378495c2b93471b7ba8 1.66 MB 3,962 100
838,920 838,920 00000000000000000003007263be9772e7e02fa1a0fc79298e33fb6119c409e4 1.72 MB 3,603 87
838,919 838,919 00000000000000000001bde6afad09e62b5e69a6e3d39db1b332fcd1846d417e 1.71 MB 4,446 90
838,918 838,918 000000000000000000003eae75e6eeeaaa84d3abbb657da37ff33d919959ac45 1.65 MB 3,808 122
Previous 10 blocks ↓
Total Size: 769.57 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,650.03 GB sent, 95.80 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.