Memory Pool Memory Pool Refreshing

10,204 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/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 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (568,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
339,132 339,132 000000000000000010499205ef8ef807416f922a3c335aa86ade41942b124a3b 0.06 MB 128 24
339,131 339,131 000000000000000014677a154d17ea33e50b1aaf27187b3ecddce2f471aab4e1 0.14 MB 227 33
339,130 339,130 0000000000000000161b134c36530a08f1e4049fd3f97ce43b5c115a9472a7c0 0.18 MB 287 25
339,129 339,129 000000000000000010258cdb0b55730604f90b36c52d63f94067dbfe148f0252 0.55 MB 959 27
339,128 339,128 0000000000000000091d33a2bd0dca932f39edf59fcd78bd36967548481a0b63 0.04 MB 74 25
339,127 339,127 000000000000000015ba450152a3376093c2f6b210f64e7c2844862f1fda1c8a 0.05 MB 110 29
339,126 339,126 0000000000000000082e9d57bf681ffa741cd7e90b9d4b254d3576ac8ea7c21c 0.02 MB 54 22
339,125 339,125 000000000000000006e587436f0c469a0f4e43a6d69f9d91e71d6afdca158269 0.42 MB 680 21
339,124 339,124 0000000000000000166275506e93e7e15a702fc0e500b3c6be86e0bc10d9c6cd 0.04 MB 62 15
339,123 339,123 0000000000000000010ced1797baf62f1217cb16f193593ca8c873360b9334a5 0.30 MB 510 22
339,122 339,122 0000000000000000114cf3cd9f82f995509802d3428f3a46afda7e4f5ce04cc1 0.05 MB 118 30
339,121 339,121 0000000000000000096f3522e8f3a66f15abd7bf052174404b67086a9d65fa84 0.71 MB 1,397 27
339,120 339,120 000000000000000002495a07574738cb08e2b2fdc1f47576dc6fac01a54be1fd 0.05 MB 138 27
339,119 339,119 0000000000000000054237706384eb0353ac748a1b7fe092cc728bd7eba31f8b 0.35 MB 400 4
339,118 339,118 000000000000000004d928dce8073fcd76e1a585b0d194d09fa7a12a24da7a2e 0.30 MB 610 31
339,117 339,117 00000000000000000fd2f16ff2efbeb794a8cacd719df4a6ec3dcd8f7065249a 0.23 MB 452 28
339,116 339,116 00000000000000000baea375c50e4f286b4365d125789c45636100d06a1360ab 0.59 MB 795 20
339,115 339,115 000000000000000017e5b0a74241a3dbe778ed3819e757dc193861e840c47151 0.18 MB 512 40
339,114 339,114 000000000000000009fafd213a6f10eaff1a5e4b8912740a275f00878d04e88e 0.12 MB 249 28
339,113 339,113 0000000000000000075606765bbf8145b3d4391a415d17c954d4cb96d7858dd1 0.82 MB 1,537 26
339,112 339,112 0000000000000000144646fbe7ac971aa485056309794891b1b2940f9f866784 0.63 MB 1,250 28
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.71 GB sent, 93.04 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.