Memory Pool Memory Pool Refreshing

11,301 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (693,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,540 214,540 00000000000003fc7f2c8fd265ea21fef7de788f43ae1fa9924a8002fbfedc0e 0.00 MB 14 174
214,539 214,539 0000000000000177197b4c24ef2141cfd9dda54edfad865e49d0acdb5c360dce 0.02 MB 40 103
214,538 214,538 00000000000001bdeaa87202bea3466ef3c849e5c00b408c5be5e63217452f59 0.04 MB 90 185
214,537 214,537 00000000000002706d28581cd1ff7c86fc10f03fa17931713d0875840130fd93 0.10 MB 213 230
214,536 214,536 0000000000000181d36d08d7e551088c251d09854d5c0a96febd79f7a8c6318f 0.05 MB 172 46
214,535 214,535 00000000000005519ad8500aabf375c117a207b6c781d13e4959fd75fdf0f925 0.02 MB 64 155
214,534 214,534 00000000000002c4518adc2b77b0120ed94baaefe3999fb27b1a6375a53c94e0 0.16 MB 375 168
214,533 214,533 00000000000003d4cf7b19c1c2eb243554328aa23cfe740fa644f8197da64acd 0.03 MB 72 95
214,532 214,532 0000000000000293a2c2198312c47bf4b9afc438a5099699641008893928f5bd 0.03 MB 82 40
214,531 214,531 0000000000000066c2d1a474827cf3b48787667fcb59e8146759fd93a4328e52 0.21 MB 552 277
214,530 214,530 00000000000000e72bdef5606bc42cdcb0a3395fbb33a97830c0963634f890c2 0.23 MB 609 182
214,529 214,529 00000000000002e8c0ae74a5a9852de8df46300ae499504f089e0ece657f4b63 0.11 MB 312 265
214,528 214,528 00000000000000103f7ad1ed7948a4999d85b1f787c8413fea91ecc870f31f1e 0.31 MB 646 136
214,527 214,527 0000000000000566e1c34d5c6658ce98bd78ccdbf71d5a73eadf799e6639bdc7 0.05 MB 122 145
214,526 214,526 00000000000000c637717b2987a6476fe53a16e86443d7e434a56de825b12f99 0.06 MB 98 108
214,525 214,525 0000000000000301cc7cd111c55ca187bc1cd338252b8dbec42950020218a082 0.10 MB 256 211
214,524 214,524 00000000000000203fbd84b16b57ce1685da32e466e3393b84e5c472fa4358c1 0.14 MB 297 202
214,523 214,523 000000000000010375a319753dfc7c4039741d0ac403207dc054f6f3575affc4 0.00 MB 9 338
214,522 214,522 00000000000000a5abff06e9ca63789d28a2061736098ef53f6705849d6ed381 0.06 MB 157 185
214,521 214,521 00000000000001f8da72231ea56dadcd83c090d41bbe848dc5f41c887e0347f3 0.06 MB 158 199
214,520 214,520 00000000000000bf0595b2e88942cca5f13f294c6709c8bad704113f9a924ade 0.01 MB 39 172
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.