Memory Pool Memory Pool Refreshing

5,707 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (746,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,334 161,334 000000000000077ff30a630bcc14572f367149148b817e6ac33aab4647de104a 0.02 MB 21 57
161,333 161,333 0000000000000a20f0f1b7a2989afcf1ef1083583b5df6992f988075574b6d28 0.01 MB 36 133
161,332 161,332 0000000000000400ced943dcd68c596cd44d28e4eed8f6456e97e1ef3093a61c 0.01 MB 19 94
161,331 161,331 0000000000000ce08db0a25da3bc28c32fffcb108a7201b14f75f6d6ec9e5891 0.04 MB 81 128
161,330 161,330 00000000000003da68cbf7f940d3bc91098b52569a2c0421c6f16a4ceccc715b 0.01 MB 14 46
161,329 161,329 00000000000002112e7ecfb64d848a2b79302fdafc9a69f9abaa39863648150a 0.01 MB 7 147
161,328 161,328 00000000000001d2d146cabe391ebe03be8b586cb77a5e9ceadbac2d187c3742 0.04 MB 33 131
161,327 161,327 00000000000002ebed87198a8192fc1136480c7cea8793e2a0e5f8db4a1ed7f7 0.00 MB 9 103
161,326 161,326 00000000000009c3cd0e033737d2061586052b3870b21b2f7aa289daa9dcf847 0.00 MB 2 113
161,325 161,325 00000000000008049564deccdb59adabd7c68657b7866bfd2146165fd9d07993 0.00 MB 3 0
161,324 161,324 0000000000000cddad08889409d17b325d30e2a026baa1d0530999d478711cf1 0.03 MB 66 24
161,323 161,323 0000000000000934fb1958ee1db3e5053efe2817c210ddc0428ba3cddad29f57 0.01 MB 19 20
161,322 161,322 00000000000001f8f00f09ef8728bd44c5f2a9d56afd67a80ef3f0ecd55163f6 0.04 MB 83 95
161,321 161,321 0000000000000d4772abf9c00e65b68140998e9837d4f803e64a91010d538177 0.03 MB 56 138
161,320 161,320 00000000000002c6486c5915a4dd48957149f61243ec5d77749859fb05677582 0.01 MB 11 38
161,319 161,319 0000000000000581cfafa9fa4811cc39d8f60e718fad0b0fbb91bf8eca5df182 0.03 MB 39 96
161,318 161,318 00000000000009618a43a71e1001dba62774af0daa3d5de0608d295320eb7b76 0.00 MB 6 105
161,317 161,317 0000000000000c77a71fd707f3a41438755f354aaa4d5841dabcfcaf9ae5b487 0.03 MB 79 22
161,316 161,316 000000000000003f2068ce2615d64fc1c47a9c4909acb28f64deaa7cc771ee8f 0.00 MB 1 0
161,315 161,315 00000000000002b55c84ca98096952f2eacfcfef1841033d54d10d1b5296d084 0.03 MB 54 251
161,314 161,314 000000000000005b34c4febd9596f45966b9b2659a4f8941e3429f3cac241766 0.05 MB 121 71
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.