Memory Pool Memory Pool Refreshing

2,499 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,491 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (578,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,467 329,467 0000000000000000072d9a53c0a65944319d924ded331cae09dbd965d961f0ca 0.75 MB 1,405 25
329,466 329,466 0000000000000000028efda46eac967c0ee8b862aebafafb2bdaafaa8fc9a67d 0.25 MB 848 54
329,465 329,465 000000000000000018d1df0b16bb071c2c044f76aec61ebfa297d74290cacf38 0.31 MB 697 30
329,464 329,464 00000000000000000ceadb7985828a4cca2ea1e8820bceae090a2d4e94298737 0.40 MB 747 27
329,463 329,463 000000000000000001bc4d933e53fb192b4b1e42914fd0d71cb29a2a25c62ba0 0.11 MB 220 26
329,462 329,462 00000000000000000ceff9106140f6d332e92e9d9a46e88b0ef1f4bd27f81d78 0.72 MB 386 11
329,461 329,461 000000000000000008c9a5306c5879ab21ef45a2054cef4bceff51023ec263df 0.11 MB 92 17
329,460 329,460 0000000000000000188de0efc7cbf4c4f386bfe3a54b92eb6ef7e279337a0dd3 0.75 MB 1,372 27
329,459 329,459 00000000000000000943233a566e8d859e4160aaffc8bf65fbc40f2ce91c27f7 0.75 MB 2,144 37
329,458 329,458 00000000000000001368394272b8e88aa355a1266884fb5e60a8663f64957f5c 0.41 MB 1,075 39
329,457 329,457 00000000000000000b0d6b7a84dd90137757db3efbee2c4a226a802ee7be8947 0.46 MB 849 27
329,456 329,456 000000000000000014f607d45fada91241489bc7a720dee764414044895553cc 0.10 MB 251 6
329,455 329,455 00000000000000000c4a90f36dd707f0a80b302b56aa921e268fb24b7b3787b5 0.53 MB 566 19
329,454 329,454 000000000000000010c4dcacaf9457199dd4fe7021a898580b666b7ffabff612 1.00 MB 2,330 35
329,453 329,453 00000000000000000af0a45afd16311a0f64d682fc98c7e011bc4ba276e39876 0.03 MB 71 12
329,452 329,452 00000000000000000dc7497f80d8a2b10a33aca24923ebebdc04d345b1f43cbe 0.54 MB 1,134 31
329,451 329,451 00000000000000000620079f48a184c76db3aa7086e0cc72c9282768c3d69bd5 0.14 MB 279 29
329,450 329,450 000000000000000006fee12e4517c1c9fe5eaac8d5de3d961845d4b90f98dc8c 0.49 MB 1,083 29
329,449 329,449 000000000000000008030ee97ea62823b1cb0bb39b22af9eab4dea066e60e665 0.33 MB 545 24
329,448 329,448 00000000000000001a63d6b21fb864ccb8cc0b6fbff82071daff1b259f885171 0.17 MB 306 27
329,447 329,447 0000000000000000142ea134deacc9a45508055e77b5dbc7172069fee8dbe5ba 0.75 MB 1,255 25
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.