Memory Pool Memory Pool Refreshing

2,550 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (774,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,115 133,115 00000000000007214721b6332ac683cb1eec0e579cb3733fbfaecd2a8e529a30 0.01 MB 15 222
133,114 133,114 000000000000086b9ce2e68f0ca574ab351971e7c4105ef5060df45ccd4d419d 0.03 MB 73 236
133,113 133,113 00000000000007513d2960f22090479af4ce850f5b52afe625f77c4af0fb5e52 0.01 MB 20 429
133,112 133,112 000000000000061c8ee7ad98b9feb606065ef941ea35398dbbcdbf4874235df6 0.03 MB 122 159
133,111 133,111 0000000000000387ecc3f96560ad78525c5c6c77e0a61b259ac15b995ade230d 0.02 MB 51 576
133,110 133,110 00000000000007d28b54062381018f640505203519c19fb36062cbfb772623d2 0.00 MB 17 1,369
133,109 133,109 00000000000004ed63de4b408cfda2df94c3188cc04c4efd2857c6958db489a7 0.00 MB 12 625
133,108 133,108 00000000000001186980448d30e9596695ba316d1ed4f68b9687fcfa37a265b1 0.01 MB 21 1,049
133,107 133,107 00000000000000342bf849cace04e3870682c71e143b2332f92c4a7721aa6bf8 0.06 MB 88 376
133,106 133,106 0000000000000961338f561dacbb0da3e6979ff42f44bed4a01f44e01c0d9df9 0.06 MB 132 479
133,105 133,105 0000000000000b8079791cd4add837e07858f5fe0c23095b4b21167762dda67e 0.05 MB 171 136
133,104 133,104 0000000000000283096c82b4a33a6e642a3d3126e7fae26b3e071f164a0629a0 0.05 MB 19 70
133,103 133,103 0000000000000a2c8b20513404f26182d3b711104d2c4437a707f7b2240b2e09 0.05 MB 116 201
133,102 133,102 000000000000018c60c529a18d9aa69ddbb830d7ede3db1bfccc738de5462e88 0.04 MB 49 941
133,101 133,101 0000000000000597ae2d735cef492637934571fc5cf87da38b4ae24c7603257d 0.03 MB 50 348
133,100 133,100 00000000000006af8f8d4ff3af5efd6225170728349bafd506b56e4f2ba072b0 0.05 MB 155 220
133,099 133,099 000000000000024c22c68064bb87d7be2a7a0b9ff40aa6d89e86c3d24d687815 0.06 MB 136 194
133,098 133,098 000000000000075cab489cfbe8b4557813ec5dd442ef3e0445405e875bf8645e 0.03 MB 62 388
133,097 133,097 00000000000009262c717458552c6cede82ce9034e5c713d558e7019697145d8 0.03 MB 67 737
133,096 133,096 00000000000002d30cb0c32fcd45dd6ca6d06f501c09d57eb143c8c3fca47ab3 0.05 MB 126 415
133,095 133,095 00000000000008e51791018999ce5e2039db1848f46a16ac63597af6869b2076 0.02 MB 34 213
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.58 GB sent, 93.44 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.