Memory Pool Memory Pool Refreshing

4,757 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,662 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (221,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
686,291 686,291 0000000000000000000af67509d062335b3cb9130dcaea285edd527a39766dcf 0.86 MB 1,069 37
686,290 686,290 00000000000000000003c4bea1536b4af433ca2bdc540bb6781c36be7dab9871 0.95 MB 947 14
686,289 686,289 0000000000000000000c838e46da6a15deb305c1d424be74cccae75a06bc67a9 1.46 MB 1,634 19
686,288 686,288 0000000000000000000a42e365120fb7e5beb331441f1a219f8517457294e440 1.36 MB 2,016 18
686,287 686,287 0000000000000000000641ee55c5b4b1aa8d7d502626b23132cbcbe280a1d144 1.47 MB 2,333 43
686,286 686,286 0000000000000000000877ee1b8b5488ce8fc7c2d645f0297b7179d95064c6d1 1.52 MB 2,199 42
686,285 686,285 000000000000000000010869f72398f1cb5dc25f7b2d633302cdab1c6bf15f96 1.69 MB 974 23
686,284 686,284 000000000000000000067e844d9f94c413ab24b7a8d854bf98f8ab01fd407773 1.77 MB 1,174 9
686,283 686,283 000000000000000000078e8dbed7c29c870eb1f3bafa2206974a5b1983b646e1 1.49 MB 1,928 20
686,282 686,282 0000000000000000000cb4c87591374a391c5e9c937c625575785e5361c0decf 1.37 MB 2,138 7
686,281 686,281 0000000000000000000d3b7cabf40756b964e3f9f70d9da05779d92ad846c1ce 1.34 MB 2,374 29
686,280 686,280 000000000000000000028123c07be34bd9c0827e33bd4a296adf8fa3bc89cddc 1.27 MB 2,184 21
686,279 686,279 0000000000000000000297b423d886428487cba1e14eae4862f03ebbc8388163 1.50 MB 2,526 51
686,278 686,278 00000000000000000008cc4c4183375a20111d752b3a2b017e4201e8aad241fc 1.17 MB 2,416 12
686,277 686,277 0000000000000000000c153e60068802911f4ec60ce5809589fc3a78a1af8c1b 1.26 MB 2,041 25
686,276 686,276 00000000000000000002a8d8cb3da51ed3ed4697995122218b3655ea2de38b81 1.29 MB 1,514 43
686,275 686,275 0000000000000000000b80942247024f405b5a967a6c6ef52a1a031db8a5dba4 1.50 MB 2,406 50
686,274 686,274 0000000000000000000a640c519b60a98a4908c08e431f4657de774d837b8407 1.31 MB 2,193 35
686,273 686,273 000000000000000000021d15e18c6830c401ac55cdaf02ef5927fed24b91335a 1.24 MB 2,894 33
686,272 686,272 00000000000000000006813a0cdbdefb96f2a3edc7b441a68f39493c7926178f 1.47 MB 2,329 43
686,271 686,271 00000000000000000006804e6d4cd8efbd12cc537b6e17227114785356110524 1.45 MB 2,920 57
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.