Memory Pool Memory Pool Refreshing

1,978 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (688,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,115 219,115 00000000000002957f9bf56a94edac5ecea1f858f99640ff7b556398148bdb92 0.25 MB 612 358
219,114 219,114 00000000000000bfe69f20395e93cd486ae7442a8cf5fc1d7c36e7158e59f9bf 0.24 MB 452 218
219,113 219,113 00000000000001e0da28d825af9661c9de4c72a0428089aefb56004df2f4218c 0.25 MB 699 277
219,112 219,112 00000000000003bcb438232ed01970fa2971ec98e22fda194f89290f88379f49 0.08 MB 152 107
219,111 219,111 00000000000001b061496da3b1457e01e48dc90423809c2ab256e7a3bcd0f891 0.25 MB 617 291
219,110 219,110 000000000000034ed8bb2f82f1cc97def57c3fcfac0eda24ddec10ee11989dc1 0.25 MB 732 433
219,109 219,109 00000000000005a0d5d426432c00b1918278722e9cd898bd377dff777c90be73 0.19 MB 344 170
219,108 219,108 000000000000006f27536e998f6ba0e0ca3f302c3974d0930627ad6ddfeb2dd4 0.25 MB 447 135
219,107 219,107 00000000000004149318dad24862f03749ffea26e3cfb7ce841caf37152343cc 0.25 MB 829 518
219,106 219,106 000000000000010df9c5abff75c0439c31c29042c4f22051d6fab2badc29bd02 0.00 MB 12 139
219,105 219,105 00000000000001af57f3d8b0b16ec6dc6fb5f537033a7bf5b294738592a845c9 0.05 MB 124 141
219,104 219,104 00000000000003e82db466128ff3ee68672acb1388bb6ebff72cb9118c48258a 0.24 MB 543 155
219,103 219,103 000000000000058f40f19c8ff5570b2ca4d4938765db20640e768d1146daa133 0.28 MB 654 193
219,102 219,102 000000000000041b11ea071ad89f2651741c3be672c9b1104d0bbab06d561f22 0.25 MB 309 138
219,101 219,101 0000000000000081791c15624944ad94556ec3330e4497d9a17b7c1e87f0a970 0.05 MB 104 26
219,100 219,100 00000000000001af145fc663d03d7d369887845426c4757bd2cfb969581a67fa 0.25 MB 778 290
219,099 219,099 000000000000056ff217520d3f15e0e3e90762a826ec6c39b4048b0ff643d533 0.24 MB 395 155
219,098 219,098 0000000000000335cabce6e40b9edda706ce06ab4c0282003b74de03f41fcc24 0.26 MB 711 246
219,097 219,097 000000000000013300213c3b9bd06332337704ca7c431322ff8cbe4cf1d9546b 0.16 MB 326 93
219,096 219,096 000000000000053ccd4ec41c7e498d2285e2f60e11bcb408b2fb3585d96ac5d9 0.25 MB 464 133
219,095 219,095 000000000000035cb95e5599489e04d030e7fd6d28e6e530b4d7777575e84826 0.25 MB 768 271
Previous 10 blocks ↓
Total Size: 769.28 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,635.54 GB sent, 94.32 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.