Memory Pool Memory Pool Refreshing

4,784 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
905,735 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 2,131 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,734 (785,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,157 120,157 0000000000005ac157212cab4e06913b8b276cb803b774661bd50f75d8e68107 0.00 MB 11 356
120,156 120,156 000000000000b44e81a3958b444f3e922cb309ba3a2b116eae09888ed1013a0c 0.01 MB 21 4,385
120,155 120,155 0000000000008a7ae79a2bedd34c45cac96e5a871396a81d01ec8fd736203007 0.00 MB 10 562
120,154 120,154 0000000000006ca0bdf0b85100b1b83bc5a3d1ca79ad268130ac908fa61b2039 0.01 MB 13 1,375
120,153 120,153 000000000000541aa25d35596b1d6659c240cb3355f5cea84a857724814333f1 0.00 MB 12 322
120,152 120,152 0000000000007b1338b5dfcdac35df233ad3a4e5ed97563d4c9d5f2f30964e1f 0.01 MB 41 2,115
120,151 120,151 000000000000b4c8e848574b3ff905f00d9bd987f33c79411a5b4d2f86111ef5 0.00 MB 2 0
120,150 120,150 00000000000091594fb1b6642c382dc7b4cfbe48d9034041e191857bdd7dec31 0.00 MB 10 0
120,149 120,149 00000000000074a85cc99dd8d52554cd3439221323bf91006a05a8df4e58c7f1 0.02 MB 53 531
120,148 120,148 00000000000079f5c597d035b149c8731e632fecec416a309834d05d1bfe8c82 0.00 MB 8 0
120,147 120,147 0000000000006da86c3d8ae0c928da418db1dc5e8a9586b513332fe255647bdd 0.00 MB 16 459
120,146 120,146 00000000000018740d337575749ec9f9635c0b359c0a48c0b5a37fb3e1a5b623 0.01 MB 19 546
120,145 120,145 0000000000007c05012e852acae04795425a9eded6506afc9199dd8f1a744daf 0.00 MB 8 0
120,144 120,144 0000000000004d468e119e615bdeb7d359502f461a5a4fdd5b50a88aee4b344c 0.00 MB 9 0
120,143 120,143 00000000000043fc8e3421fa4e5a9d67228f155711124984bf342f9e603a57fd 0.00 MB 10 995
120,142 120,142 00000000000076d7795e11fa9ad78d4d9ce123897df631869234a09e4f4d04a3 0.00 MB 7 0
120,141 120,141 0000000000000ae7637c45b9a69add360f42e359bfce6ca563ffb60b89cfc62b 0.00 MB 8 0
120,140 120,140 000000000000639c9cd70145bd0329e589c0e18030431d891b527a3d719b4d8e 0.00 MB 10 0
120,139 120,139 00000000000025fd8c140d0c1711f65805050069d977d8fb34bb4b078aceb0a1 0.00 MB 2 1,305
120,138 120,138 00000000000022f11403a93f673849f1a09cee65a07f786c637ca809621ff7ba 0.00 MB 8 0
120,137 120,137 0000000000004a74c10741dfd3088fb840b49f09ac5bae3ae44f674bf8c8f7ae 0.00 MB 15 952
Previous 10 blocks ↓
Total Size: 765.47 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,358.16 GB sent, 74.57 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.