Memory Pool Memory Pool Refreshing

934 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (752,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,406 155,406 0000000000000bd530bda9dc863c91fe00524263f81d479ad457e79e14fb870e 0.02 MB 43 6
155,405 155,405 00000000000009ff827692cb7532d31288e1a50e6d2846ecd6bfbcd8841ef679 0.09 MB 72 130
155,404 155,404 0000000000000933bb3907630691cce79bf4232ef2bd4981497a4fea27bc2e96 0.03 MB 74 0
155,403 155,403 0000000000000f20e49120b036cc087d7f1e67532c2bc7e5a6835db17a12f9c8 0.00 MB 1 0
155,402 155,402 00000000000005bcca405204be209548d3214635879c3c82c00799803e2c2099 0.00 MB 11 0
155,401 155,401 000000000000047b2dc4c294bc080f33b549d5ad486ecdf9d42db0dbc4bdfa36 0.01 MB 19 39
155,400 155,400 00000000000005a7332d8fe512b07701d1f2f9889d884c5bf0ff72432b96c4d4 0.02 MB 38 115
155,399 155,399 00000000000004d1ee6473a82ed8ab4fb893f5a1d7ccebb0022814a9dad4492a 0.01 MB 38 26
155,398 155,398 00000000000000c6ba85c2e5ebe208a3430aa8332f3cb4536ffcc974036452c8 0.02 MB 34 124
155,397 155,397 0000000000000df9a72624732aa31450b76ec36e1e4845660b5997a8f74a06ae 0.05 MB 111 131
155,396 155,396 00000000000008c0ec40d966435304d6fba71039b6ea7f5aeba509703c66635f 0.04 MB 98 284
155,395 155,395 000000000000076098caf1964af468519060b262ca42dfa23bffb5837b2c5794 0.03 MB 41 190
155,394 155,394 00000000000002d9275c70c7485c09932421083b24665e5aa30f9e0ab93f017f 0.04 MB 85 82
155,393 155,393 00000000000006a6cbcfd481de559f97ebeb33fbe0ac6ff63e508aab7b0d5b40 0.02 MB 60 31
155,392 155,392 00000000000004502d1454378102226a3a019876e39e540ff3be3d7cc7e46140 0.01 MB 14 20
155,391 155,391 0000000000000ca71184e504925ebf0f012d0f513de650354b94422b05491775 0.01 MB 25 52
155,390 155,390 00000000000001d6d2985425210a005c2345447fbe1cd0318ff59ba291703be0 0.01 MB 18 48
155,389 155,389 0000000000000b6cf20ae82c795c5c7df01f4bc1efd7db0ae3aea1f592967208 0.00 MB 4 0
155,388 155,388 000000000000001c9a619ade6086b18d9ec674a8cf69a6008399fe0d4aaaba93 0.01 MB 46 173
155,387 155,387 000000000000044d8eedae2a4f71d82b63dd122d9299b3a76ac02f56966f36a9 0.03 MB 98 81
155,386 155,386 000000000000020200218d0fed67bacbab2983960be29cc72740f1b99d2635c8 0.01 MB 23 44
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.