Memory Pool Memory Pool Refreshing

3,282 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,730 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (759,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,315 148,315 00000000000001ce239801713a86ecea124ea4ccc59b665581da8d4c37f4a31b 0.03 MB 73 116
148,314 148,314 0000000000000691669e41a542d33e2fd11c192eeffa9c3a4970b1990548c0c7 0.01 MB 42 290
148,313 148,313 00000000000008d45fdabfe3c8259d4ce466fd1455487846bc36a31e5e15f9d8 0.03 MB 93 72
148,312 148,312 00000000000002941d397007e66b102da919cfc49005207eed3f37160c17d0c6 0.01 MB 40 57
148,311 148,311 00000000000007ac1cbb5fa0a4f970ef9afe38990463cef8c48a0d1d0356f8d5 0.02 MB 50 111
148,310 148,310 00000000000000a7b3e430277ebe202ebaa5b6c8481b3ac1d16116b3080f125d 0.01 MB 15 49
148,309 148,309 000000000000087472a0af712572da9053dcc7228f051285b38d5a892d626718 0.02 MB 49 341
148,308 148,308 000000000000094229518e1cda3692eee90276e5be30a6bf001b9e1a6a422222 0.01 MB 25 124
148,307 148,307 000000000000079d028765405759d514272e1d25f4402d903bdeb6152462b806 0.04 MB 62 193
148,306 148,306 000000000000094496b59e01a9a9e1b8c36395ed7ad2b2182d0b4de70a9240d4 0.02 MB 27 365
148,305 148,305 00000000000004472f81784d29c6fbd7cf878dd6045c7485e4534ae8ec650e4b 0.01 MB 10 25
148,304 148,304 000000000000079dec9cab75325213889f64a405f1a4842b34d4aed587e2d9e9 0.00 MB 9 50
148,303 148,303 00000000000009a1a04c100b578b7ff003ce5427c9eac727da449b393618888f 0.01 MB 37 12
148,302 148,302 00000000000004f4620de03adde0e18e0b61847003bd4a021b675c5bdbdbba9d 0.01 MB 31 119
148,301 148,301 0000000000000968e8a653326705c3a14a7b7822bdb28980e7ac2f9e6a6d30c9 0.00 MB 9 35
148,300 148,300 00000000000007fadc00cc69e8a013b4895dd3ebb8dd7152fa6de63786b0837d 0.01 MB 25 374
148,299 148,299 0000000000000743e19a6dc4394fbbcb0c29e0d8bdad931421b55aa8b01e4339 0.05 MB 142 149
148,298 148,298 000000000000072b596314d02bcfd55ec706ab685608cec50b2fc95a34de6d7a 0.04 MB 102 128
148,297 148,297 0000000000000675af672cc3a51a1ed84478efe083f58fc3510533bdf62a9766 0.00 MB 13 1,241
148,296 148,296 00000000000004e1fd8810cecf48bc388bd54718781ea39a3e77005cc26593e7 0.01 MB 7 386
148,295 148,295 000000000000060718b0d7e855f0d222472828ad950d06c6bd058bc9d511199e 0.04 MB 116 79
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.