Memory Pool Memory Pool Refreshing

7,926 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,314 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (692,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
215,153 215,153 000000000000004c58664769f18045748fd3b00419223d9350c0c0b2d5118436 0.02 MB 55 176
215,152 215,152 00000000000002615a8f5abb54bc5aec705a6b210adcc0f0b34a6af75e518e33 0.10 MB 266 240
215,151 215,151 00000000000004f27a4284824057753ed6984dfe6980288bb099441eb093b5c3 0.04 MB 99 141
215,150 215,150 00000000000002713335436ee31b6d529bc6d758264cd608396672efa3d56b48 0.10 MB 238 158
215,149 215,149 00000000000003d0aa7154b0a712ea501c8ef7ee2e128066fb96fb1dda6bbecc 0.01 MB 13 19
215,148 215,148 000000000000001eac2c2d2fb3edf6d2c4e00acf592465fc2309fdbd0938694a 0.18 MB 388 146
215,147 215,147 00000000000001917f5e983d0e69e3ffe6794110a30c9f88b668ac9140bf80b5 0.03 MB 50 100
215,146 215,146 00000000000002e518fd3a1215e4b676f8705a7b4e2ff4c8af6d0e38d3d12cec 0.21 MB 475 161
215,145 215,145 0000000000000377fc380c25e8824f3b8f56cd281da08debb5ec9d6c17335725 0.04 MB 155 76
215,144 215,144 0000000000000574250eea4e03419d209ae3fbed3021f40703647984c3bf4bea 0.05 MB 118 122
215,143 215,143 00000000000004d6eb40ff4aff97ff45fa6eacaa313c97b08a1b27c3a1cf885a 0.19 MB 424 159
215,142 215,142 000000000000024232c75f343f4e157f7e98b940c1b44895fc662409c066bc16 0.25 MB 617 192
215,141 215,141 00000000000001276f47b1267ee76fa8568a094be27a425c37ed757e5610a348 0.17 MB 296 92
215,140 215,140 00000000000000cb505b4f41500817079c5de6edf5a8f8fbff5d0f585cd05a40 0.22 MB 496 181
215,139 215,139 00000000000000deb68d71c6d9be9d20024a2fcb7579a5c8672ac0c4442bb2c8 0.21 MB 374 184
215,138 215,138 000000000000058a72aa919cfe1725fa4a4d276ec8a5edde952a19363429b976 0.25 MB 516 195
215,137 215,137 00000000000001b66c19df80bbd4d0fe5238b4a9091b5f5f69df7c9cddba82a6 0.05 MB 76 131
215,136 215,136 00000000000000203b5fd03835b8b87c3cae2b465f4c633b04db0175784f9055 0.18 MB 391 190
215,135 215,135 00000000000003608566d31c2c5f736d3d888fea46b93897134779bd59de9fef 0.18 MB 449 219
215,134 215,134 0000000000000317c2d02756a59f612546df0370ea3e40d8043fb558966f73ed 0.18 MB 403 193
215,133 215,133 0000000000000429e8b6b8e3a8183023d9384c701e58644b96dae961e02e9ff9 0.33 MB 425 111
Previous 10 blocks ↓
Total Size: 769.13 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,631.66 GB sent, 93.56 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.