Memory Pool Memory Pool Refreshing

10,954 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,995 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (630,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
277,430 277,430 0000000000000002ac1f039dff5437d7dced49da7cb2fe153f30b8d7064d8c8e 0.01 MB 30 35
277,429 277,429 000000000000000115b812b8d7b6cc5387a10084508ad94f9b20c0e69e102efe 0.23 MB 433 53
277,428 277,428 0000000000000000430d5bd10216a77cb2097607e17561fb06d297b02b085258 0.15 MB 157 11
277,427 277,427 000000000000000257c816838f7d269f8da32de2602762ae6e4b1c55962bd2b2 0.19 MB 358 56
277,426 277,426 00000000000000009717ee3ed90e83fc8c2f82cd6a830189a1aa55fe90e596c5 0.29 MB 307 26
277,425 277,425 000000000000000008c22e17480dabb5c89e32ced083d40bf768c87845605940 0.50 MB 1,207 54
277,424 277,424 000000000000000354d561bd7f64814b2b2a75a13f59a5143802d88c0a4e3664 0.33 MB 86 1
277,423 277,423 00000000000000032cbee9f0168fcbccd0d3279a74e3e7c4acad01908ae0d2df 0.36 MB 767 42
277,422 277,422 0000000000000003760264496e23489643d91bd9b540e6f1012e45589f75cd5a 0.03 MB 80 112
277,421 277,421 00000000000000022e187921cb7d5934398a3724dadcd123128bdaa108e3cb56 0.15 MB 251 66
277,420 277,420 0000000000000000d14b6d9811bc0669e56f4f9ebb1940f25ece9af6a509c594 0.20 MB 218 19
277,419 277,419 0000000000000002b9adbb7d52824f3bee9962c748d6aa437ded653e761b45e0 0.25 MB 776 66
277,418 277,418 0000000000000001f329bf14442061006c311749642d4ca63984ffb548db780b 0.40 MB 384 20
277,417 277,417 00000000000000039aaf76f702368cab0f55c8140e08c5bc0451b5692adc3bb2 0.25 MB 742 77
277,416 277,416 0000000000000003696f88dc5eb21e54f25d94938ad5623a43cc26fbf41b8862 0.19 MB 483 156
277,415 277,415 0000000000000000ab60cc10d2acd15b9da62524aca2afabe59797866932e9e8 0.14 MB 90 12
277,414 277,414 0000000000000002d3ad26cd648c9a6dc5f6921bc59e14e34d48b73431bfbf11 0.09 MB 191 43
277,413 277,413 000000000000000251d985d8d31936043f11c6550dc192677c069bb604e7b171 0.14 MB 349 63
277,412 277,412 0000000000000001ec3fe9d65463521666143b02431e59dd2cc9a556193b5674 0.35 MB 188 13
277,411 277,411 000000000000000083bdd9d1cddd13ca7294b30040224414b30c96bae086def8 0.35 MB 464 27
277,410 277,410 00000000000000002d65e6d1eafacb77f2d6c673b0bb3541b9c04e09e0cd5057 0.23 MB 428 39
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.19 GB sent, 92.90 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.