Memory Pool Memory Pool Refreshing

3,828 transactions
1.69 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
4 sats/vbyte 3
3 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
907,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (730,400 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,335 177,335 0000000000000a7c30ef99c55464a9034d13f284b80783708de32d6d11c74971 0.01 MB 7 0
177,334 177,334 0000000000000042173cbe664ee3f9f3c5226d5f907609cded7c22b0fd3c6d63 0.01 MB 13 47
177,333 177,333 000000000000030c802219c0c4e7bf7615d93c8f9240e636cffe3e166096d24e 0.00 MB 10 42
177,332 177,332 000000000000068dc42524ccf7a1cdcbc5dd761168c45247e68df783b4798d38 0.00 MB 10 225
177,331 177,331 000000000000002edecf278a61fd20f2156763dd3729a33fd06191e3342d02ac 0.00 MB 12 49
177,330 177,330 00000000000005be1c08af7a38fd03f6137cc91ff5cc5698c9241fe945dacf72 0.04 MB 94 254
177,329 177,329 00000000000009954e88d0e61c23f30791241a54b8a330929a05ea5f5799fe52 0.01 MB 12 53
177,328 177,328 0000000000000a93312ecbdb0cd24b0b07872f124a28c9315d97b88c64efd6eb 0.01 MB 23 103
177,327 177,327 00000000000000cca575344f2c1da3bfe030dea86913c48a9e737c9afbc26e42 0.03 MB 69 239
177,326 177,326 00000000000008cb9ab90ab27c3e4f8a33079d92ce85b94118a092336a9c71db 0.01 MB 19 111
177,325 177,325 00000000000003bcb047a2828ca6588c606e5d6791536813b1f6c145532a4ffa 0.01 MB 18 227
177,324 177,324 00000000000007e74a31acc5bc04eec7e2731aa57b0e6e17add3e0ca51510004 0.04 MB 111 331
177,323 177,323 0000000000000604bf536222bd04e3178b2e953d61aa6c021e8fc06a5d8a51a1 0.02 MB 53 3
177,322 177,322 0000000000000223ea65c47e6494e08aa4bc3bca00020c9b0ca979baa1b09758 0.04 MB 91 86
177,321 177,321 00000000000003fbe2ec5d7026e54188bb611d06debf1e7ad11b6ee116ec17c8 0.05 MB 95 232
177,320 177,320 0000000000000644e47cdf1c6f696c57739f9815d4a054b855fa6cd1be1ce62d 0.03 MB 53 75
177,319 177,319 00000000000006efea19a2180a211c22123862e9c59756391e6d8a5133a29860 0.04 MB 67 151
177,318 177,318 000000000000070c04914b92cab947b6481f8e6c39bee87c32298f24539092de 0.00 MB 13 51
177,317 177,317 0000000000000711190dc8b701838b920089abca56135a310414ea300583642b 0.01 MB 21 84
177,316 177,316 000000000000099a0f69f0d7ebac618714e5f544dd0d6d62864e8d8e7309b3f0 0.03 MB 69 70
177,315 177,315 00000000000005e13b753cc5fc36dda410892358874fd122111848bb35182f92 0.03 MB 78 156
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.