Memory Pool Memory Pool Refreshing

9,252 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (716,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,805 190,805 00000000000003d838a66fe05fcfc30f8de7e807235a1dbb593b02990c2ce2d8 0.04 MB 98 112
190,804 190,804 00000000000000712d1d72db3bdf8c6c52065ec46ed3f706fbff10889d405062 0.01 MB 32 0
190,803 190,803 00000000000004b05cb9789afab502da203b3e3a6fabcb9cf9af3a6af44d656d 0.19 MB 492 136
190,802 190,802 000000000000033e9fa08a4a12c20bfc294dad673214540c2c224e30275aa36f 0.05 MB 121 103
190,801 190,801 00000000000001435644c3901e77662ecbb746add51eec81db5b94563ad878e7 0.01 MB 29 175
190,800 190,800 00000000000002fba30b75c3dcf513ceec7da75a98106c18451e4fcbf48816a6 0.07 MB 129 297
190,799 190,799 00000000000000a541ddc66c9228a4ae409e1881846ca640e0a43e702e9a05c5 0.06 MB 93 75
190,798 190,798 00000000000002b0fc4044ab9048e4c25e318771f325bf7947d641b2bc920fe5 0.19 MB 491 133
190,797 190,797 00000000000008ede3e28352c2b2b02c7c3eff31de77b26985815afa81c98a3a 0.05 MB 87 257
190,796 190,796 000000000000070b021e05db2034aedcd6fc423c20650cf1c9d18b35f4bdb844 0.23 MB 572 131
190,795 190,795 000000000000087b959eac91b6c8f364c0ae703b0822aec1121d861dcd7c3b94 0.00 MB 9 77
190,794 190,794 00000000000000b665553de74d9303ced6cd67aacb614c055fed04f7e6f0827e 0.05 MB 128 108
190,793 190,793 0000000000000489c972782813c9613c3d18970215495f2f0754f4c1b9ada4c6 0.01 MB 30 156
190,792 190,792 00000000000001f225f6561e26734688a415c445d73f7be2e58e3cd48668372e 0.13 MB 258 109
190,791 190,791 000000000000014b30ac0eb7ee8a7e59c55ddbaba27a79c1c63f98905276ed1a 0.04 MB 150 343
190,790 190,790 00000000000006b3d4f1aa84b45c9f753104a1db8c4df0c59ff3f127ace3a861 0.28 MB 719 134
190,789 190,789 000000000000050eda70bcf2c859a4ee9a7b2c61157514ebfa2974f3987202f5 0.05 MB 148 110
190,788 190,788 00000000000003456986ba1a8d8cfa95fd8bcb1b9baddc5fca69563ff954eb15 0.00 MB 9 550
190,787 190,787 000000000000014b2a0f40956cf8f27418a6e6f806b226ecc95e7e1e865bb4ef 0.06 MB 152 107
190,786 190,786 000000000000070293a15c3e70f859fbb1a7a1b1a267f9754f34dcbd793471d8 0.05 MB 139 67
190,785 190,785 00000000000003ce5573bef19a75e6966e8863a37102123944de365224962748 0.08 MB 202 173
Previous 10 blocks ↓
Total Size: 768.98 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,616.44 GB sent, 92.72 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.