Memory Pool Memory Pool Refreshing

9,080 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (675,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
232,318 232,318 000000000000002627891ac10a2bcad64854ff9f90defd3a6c395c0ab23c520b 0.25 MB 361 121
232,317 232,317 00000000000000c93389c289eb132e21a214a5ddd023a500259e192003e229ea 0.25 MB 272 92
232,316 232,316 000000000000001a29aff04806b890c450c3d2eccd568b063326deaf6fdb45da 0.25 MB 552 159
232,315 232,315 000000000000013123d487673183fd327cbce7525c860ccde11d7338ac9d5721 0.19 MB 452 198
232,314 232,314 000000000000012e5edf15b1cd1ef29ad3c86b84aa3b06956308bb83dd9e928a 0.02 MB 34 237
232,313 232,313 0000000000000003d7ce388f7058eb8176941b62f2d80c5ff20a37fb7e181fd4 0.25 MB 349 96
232,312 232,312 00000000000000883c2e7816284b3a4358add654ee15220655f45c49962fc980 0.00 MB 6 126
232,311 232,311 0000000000000133d8357313ee92e7fda56928223b115d69e9bd5830dd5bb7c8 0.08 MB 193 181
232,310 232,310 00000000000000f66119f0817f96bdcb1d1d90d19ee84ca0adcd96773286374a 0.25 MB 411 119
232,309 232,309 000000000000008b060b2f94895ec37c9cb50253d794dfd340cb5faf6e40eb97 0.25 MB 383 139
232,308 232,308 00000000000001998c666ada41c8114df4b8683e5346f33a72743d29ef0c0da4 0.03 MB 50 132
232,307 232,307 000000000000007d89c2200258e192e1001502f5afd5cbff5cd18192ec41953c 0.06 MB 147 182
232,306 232,306 00000000000000272a4f48896f5e4791a6e85d258fa5a9972cb9870300576f9c 0.08 MB 212 8
232,305 232,305 00000000000000fac676795a195062069e3b6bb04767d741d833d10c27be9783 0.25 MB 363 116
232,304 232,304 00000000000000eab241716c67dab2f1b842366b63c2896969d3f253595b00e9 0.32 MB 693 144
232,303 232,303 00000000000001c9de30e28072550b4a6ac124e1335051a464eab2ab17c7c4ac 0.36 MB 613 130
232,302 232,302 000000000000017a80dd7988de0ecdcd64358ddedc674df3deabc02420af6659 0.19 MB 397 144
232,301 232,301 000000000000003f9afe355f4191dab5d7a60bccaae38114c8b60be33a84dee8 0.25 MB 606 170
232,300 232,300 000000000000018162e1e79a7afead697f7971414c3abd1416b77212923811a5 0.00 MB 6 50
232,299 232,299 0000000000000112d11f82a341b894825cf5e65024203f4a84b651a7c20c44ec 0.13 MB 254 153
232,298 232,298 00000000000000fa375eef15d0714e94c03fbd96c38b1bbabcaf1683b24146d6 0.01 MB 32 148
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.