Memory Pool Memory Pool Refreshing

762 transactions
0.31 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
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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 752 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (83,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,898 823,898 00000000000000000000e3f1062df829b0a738baa140c59abbedc7968c4d8c45 1.73 MB 3,867 107
823,897 823,897 00000000000000000002263cbc9b5d0cd757640ee95369339fe082a62fa5ce2c 1.61 MB 3,543 120
823,896 823,896 000000000000000000035db8e1fbb861f30e781640c90fd350be85c72fce3f8a 1.58 MB 3,349 176
823,895 823,895 00000000000000000001b1ff8181bdc4fca433ad9f84822f2cd11e274657c6e5 1.66 MB 3,372 129
823,894 823,894 0000000000000000000066ad102cab364315d8957bbdb0da1e7e5b609efed7f8 1.60 MB 3,530 120
823,893 823,893 00000000000000000002bbcf108fb96e27df2d4c089c8691cfb87a163a0022bb 1.58 MB 3,351 156
823,892 823,892 00000000000000000002d92bcd23f00c341d3e39fc727c844530a218b62eaa42 1.61 MB 3,622 143
823,891 823,891 000000000000000000035e1c030fc5fce54e13c56f4f5dbcee77fee760c71ad0 1.63 MB 3,570 170
823,890 823,890 0000000000000000000270dc4e4642cefb1bf99545bcc909f58568adf89c65e9 1.66 MB 3,173 179
823,889 823,889 00000000000000000001e06729ff46286a4f9eb4ccdd15c30b5acdc28b70c38c 1.38 MB 1,798 94
823,888 823,888 00000000000000000000d7449f06ad004cba7528c04a4a46c2cb63ee5d502b4e 1.66 MB 3,726 125
823,887 823,887 0000000000000000000219dcdf9ddcbca4c5f82ca552e990f18c59d3cec54084 1.62 MB 3,229 175
823,886 823,886 00000000000000000000cf61ae38f26ad07d4d6a76b244eb1cfd83417071ebb4 1.86 MB 5,834 90
823,885 823,885 000000000000000000032717e00a97cbb9fa3cb7412190f7f1f61f324642eb21 1.63 MB 4,157 121
823,884 823,884 0000000000000000000017595c98db21f34e2f7c8f62c5f4062d2e5caa22ecd4 1.77 MB 5,323 86
823,883 823,883 000000000000000000019ae2c351d9ecd04be402e5e308e834e3afbf0233bf7c 1.80 MB 4,370 90
823,882 823,882 000000000000000000009444c31da48b85c18431a11efe384c5fad98e8252070 1.69 MB 4,707 112
823,881 823,881 000000000000000000021978c67e798f355e8a6e0cf7215612d9fce470f503f2 1.80 MB 5,062 98
823,880 823,880 00000000000000000003a809069df4a04e9ebf876e8a95996d36bac59807fa35 1.82 MB 5,391 94
823,879 823,879 0000000000000000000242bbcaa1f6314a74409bb0299a54d14cf82993434baf 1.54 MB 3,236 132
823,878 823,878 0000000000000000000330704888f23fbea637a67474bc26d80cb136e375680e 1.57 MB 4,008 111
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.78 GB sent, 93.47 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.