Memory Pool Memory Pool Refreshing

4,758 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,803 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (761,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,068 146,068 0000000000000790725c4cb3ef36887b751afc08e21432593e6ef1e429c3b7a7 0.01 MB 13 21
146,067 146,067 000000000000033ca9244b08f1454d7239023ad08de602fad71802d8cf9d4e1e 0.00 MB 4 193
146,066 146,066 00000000000000ba96f081c1ecd00a8779e6b1d7477cc2fa037a172efee89a6d 0.03 MB 62 507
146,065 146,065 000000000000025014615ca06935d591aabc6f9eb8c734fe8df08b87ce1783c8 0.00 MB 10 17
146,064 146,064 0000000000000167c10e619419d5fe6fb11160faf138db5fb10aac8443125cca 0.02 MB 28 52
146,063 146,063 00000000000007bec09e3c607ac4f572224725f2d623e3816d40abc51ca9718e 0.02 MB 41 195
146,062 146,062 00000000000001ee371dd3500d80a1047d9d505b9cb911d6c3ea3c41b325a9bf 0.02 MB 60 138
146,061 146,061 00000000000004ecece4bfaedd6aae2b0998f092b7580d1ae4e0157c0d304cbe 0.05 MB 114 40
146,060 146,060 000000000000082f8afab182e8006353df65aa0a6c0ab631e1843cb1126aa5a2 0.02 MB 33 82
146,059 146,059 00000000000006170995fef77cd0e9cd8bc02b561b877ec5c56a198daf2948af 0.01 MB 19 132
146,058 146,058 0000000000000858f9309c409fd7b47de16415cbe9a2293a536769a02ead5307 0.03 MB 54 73
146,057 146,057 000000000000020e3cb1eef8da793ca362b2a7fedf096b607d2247208ea7268f 0.04 MB 136 75
146,056 146,056 00000000000007e22539e6c7cb8de1901ba18a21a0708cfeffe6e0a964d3a42e 0.05 MB 83 68
146,055 146,055 000000000000027a29173d23763cbf910c97850c41da9233c031441e754bda25 0.02 MB 28 122
146,054 146,054 00000000000004b1f22de909d3b9c31bd037c9cbf3eebe1b79de8b663be9ce91 0.10 MB 35 66
146,053 146,053 00000000000006c130120e18a263488ea2e3f4b7e2bc30b7ede5fc7247d2bfe7 0.00 MB 8 649
146,052 146,052 00000000000001873dd52b2631b653948020ca2c4ccd96503262ab6ecdbb4a29 0.01 MB 25 18
146,051 146,051 000000000000026a82d8eb0e5637d839f2d1784c7c4304fb292c638fec82e96f 0.02 MB 31 126
146,050 146,050 00000000000004b9c85127232aa14c0f6e7f8209dd33e174c21565d53a5aa8f7 0.05 MB 133 170
146,049 146,049 0000000000000781894ed3894e5851a0b3852b9bc5fe6e0ccabdb21b292ec95c 0.04 MB 65 163
146,048 146,048 00000000000006aef624a1d64e79b109d4fffb1a0916ef67b589b0111f7e359d 0.05 MB 142 300
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.73 GB sent, 94.06 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.