Memory Pool Memory Pool Refreshing

16,838 transactions
4.32 vMB
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
906,211 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,764 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,210 (636,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,978 269,978 0000000000000007e8a9c3beb2d5e8c5f88a987b5b10dab7c08086348c69ccce 0.23 MB 493 70
269,977 269,977 0000000000000006a12a38e17d7766158627cc32c1162f74e616265ca803a3c3 0.01 MB 34 47
269,976 269,976 0000000000000007c01f4dde7522e46405f3326daf889e395af832682e6818d5 0.11 MB 220 23
269,975 269,975 00000000000000051074e92df5cff0186dbb17a3576c06caf57da6016af32fa0 0.16 MB 352 73
269,974 269,974 000000000000000770aea3544b21563541335c3d20305df6c253ae3c0ba450b7 0.03 MB 71 56
269,973 269,973 0000000000000004fdf53e83d754f267dfcd4d714e423b3f57b90826dfe0f5ad 0.06 MB 153 54
269,972 269,972 00000000000000083ecdae094352e11aa7eb42c932455e7367c51514b83eb174 0.01 MB 40 50
269,971 269,971 0000000000000006f83225cec32e8e7beb39028db4fe40ebf2051d3b595c16fa 0.03 MB 55 31
269,970 269,970 0000000000000006c2ff075536b1ff39b24726f87e45301602423fdaac691fe7 0.19 MB 440 70
269,969 269,969 00000000000000024bc139af812c67e71dd407a990a2c2e23634feb5d4596301 0.20 MB 282 17
269,968 269,968 000000000000000345d50a6e4ba96c72eb2809e713748ff94088222a7b6cdf5c 0.25 MB 658 74
269,967 269,967 0000000000000004c53b320ed4ae13470b8a6298a80b8393383e51b8e6acb6de 0.03 MB 71 89
269,966 269,966 000000000000000736768f319cf860a37277ee867dd9b055e146f049d88133e9 0.21 MB 397 69
269,965 269,965 000000000000000194b0f4fe1fc46a84ae64929f790b6338544be3280c57c089 0.16 MB 194 19
269,964 269,964 00000000000000012e29a7062ae72ee53fe8bd7c0c394dc4aa2d44a2bec6a77c 0.20 MB 469 105
269,963 269,963 0000000000000004faf7d32931ab6eb0b5f1b8d89c887b72b303e0266dc9b988 0.05 MB 119 37
269,962 269,962 0000000000000004cc1db874860e1c2a1c14daff41e028add401714a7b9a9c64 0.15 MB 310 58
269,961 269,961 00000000000000055a4add92c39af81b5bbb76ee99effd4fbad99b2a46273544 0.15 MB 296 50
269,960 269,960 00000000000000045b9d46f52dfda17e0e40dd14f35f07142d3a4ce0e2113ff3 0.05 MB 34 56
269,959 269,959 0000000000000002eb64e6c75bfc59785bd090c0b742654f960849fc9cf7f328 0.07 MB 174 44
269,958 269,958 000000000000000801a25f0de355e80706d703164372dbc9be44ac80571fdf6e 0.24 MB 451 50
Previous 10 blocks ↓
Total Size: 766.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,419.74 GB sent, 78.76 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.