Memory Pool Memory Pool Refreshing

13,483 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
901,578 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 5,092 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,577 (768,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,035 133,035 00000000000010d36779832ca7905a33bf741f4ec75077a36ef0d2dd259e444c 0.01 MB 35 788
133,034 133,034 000000000000092fc49a39d303ec8dec115a06feef710102c08bf3c0c4d6c0bf 0.01 MB 38 777
133,033 133,033 000000000000065a4dfa8d22a23f9ad43edfd4fe38d97939b352da8405ee32bb 0.02 MB 75 798
133,032 133,032 00000000000000c8244b964994e9ffaed162021eb9853e6ead4f29da09884660 0.02 MB 15 58
133,031 133,031 000000000000129d039dde9bf7835220b02d655d3efb928ee87cf4dadebe365d 0.01 MB 36 338
133,030 133,030 00000000000007f563a060344c83d03ca643e20bb87355e29b1f9845f16e5e08 0.01 MB 12 204
133,029 133,029 0000000000000e7637f4028ed466b38e9a13017a34574a52ee45a1a34ff803d3 0.02 MB 50 445
133,028 133,028 0000000000000744c0d524888bc6ce5b06f13a902355f11d5e787b1ed4241a0b 0.00 MB 10 724
133,027 133,027 0000000000000cd400d45c3f4765265d1b83055f4675aa3fc9839a31a34a0757 0.05 MB 149 125
133,026 133,026 0000000000000817faba677870a5b5965725a7558f1878c70dd6a057c2d62dd0 0.00 MB 18 10
133,025 133,025 0000000000000b0dc01b05db8087be483a8ab566e6cfdb8bd63b58f9948d9247 0.01 MB 37 470
133,024 133,024 000000000000092483448d061b1720f58136e2bb38a2ff3e8cf57801bc367274 0.04 MB 124 288
133,023 133,023 0000000000000cd9dc20217fff07a378caf1133e94e0c18778ec4fcf9470a2cf 0.02 MB 47 274
133,022 133,022 000000000000128df6825129529a9a95c78f420c68f0a05542a6a4efff35880a 0.00 MB 9 846
133,021 133,021 00000000000010449479dccf97a6b7ed211b002abf196df36baf71fdee651182 0.02 MB 46 142
133,020 133,020 000000000000016f39de61aa753d875b9c219a1c33e8223a02129f43c619c5ef 0.01 MB 24 709
133,019 133,019 00000000000009049362d760ecba085f83dab175330d60c47c1c05ab12cc9289 0.00 MB 14 264
133,018 133,018 0000000000000ce9bfa5fc609cbf82c25ce8b7af562e02bb6ed7c9059bf0ec18 0.02 MB 73 371
133,017 133,017 0000000000000b4214150e1eae48ef7a65aba2e7e252cca6a864a0a61a1031a0 0.05 MB 164 218
133,016 133,016 000000000000057d64004c9dd0179d4f52ae164cdf4bc4e4586b45288cb07daf 0.02 MB 52 430
133,015 133,015 0000000000000e81b67de8d61eab726f40585bed954b1dd59f86ab10e4e55398 0.02 MB 45 633
Previous 10 blocks ↓
Total Size: 758.45 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: 742.40 GB sent, 39.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.