Memory Pool Memory Pool Refreshing

2,282 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,270 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (158,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,118 749,118 00000000000000000006d2cdd2fae46427e930d4c10b15a193192bcfa17fb4f2 1.42 MB 2,833 20
749,117 749,117 00000000000000000006bc4379de22cdf58fde80f84018b84878f7e8817f724f 1.38 MB 2,587 29
749,116 749,116 00000000000000000004b591b028203db7617e9bf2dd800c26ac5e5770f81347 1.54 MB 2,493 14
749,115 749,115 00000000000000000007db7e4f00ad31f2f0df7514052ce5a479c7b983a91810 1.65 MB 2,372 16
749,114 749,114 00000000000000000007789b6bd1c417e9a21366c5275350c69881fbf24a43d3 1.64 MB 2,214 23
749,113 749,113 00000000000000000009646f875a85c1eb7af798af8959adf7ead8df58d3a03a 1.38 MB 1,419 6
749,112 749,112 00000000000000000007d5af23bcd5de39450a8b125ac4d31b0a3c1db3c34eab 1.39 MB 1,587 9
749,111 749,111 00000000000000000009581ab56286777f80ba9d60570701adba9d2fca608f18 1.29 MB 2,201 20
749,110 749,110 000000000000000000027d69895010a1286ed196451f40fd291d3c89f7803a0a 1.48 MB 3,312 26
749,109 749,109 00000000000000000000adf7178030c045ae729c4970a13062b0e01a99fa8c45 1.25 MB 2,516 13
749,108 749,108 000000000000000000088f97881b30524da496357c945b9f83a61e4009d879d2 1.39 MB 2,167 10
749,107 749,107 00000000000000000006dbbe8487eb5dd99ecb87b12b09948aa04d5d2b6458dc 1.55 MB 2,925 14
749,106 749,106 00000000000000000007f870de5d3cb4656519d000981e30e2554f83c60d8401 1.08 MB 1,397 2
749,105 749,105 000000000000000000077f0141999eea81c97bd77599dd86bc90fc124c419d65 1.49 MB 3,021 20
749,104 749,104 00000000000000000000cfb81df32c2f06d2d6540b3cc1b81e370bb96a7488e2 0.39 MB 500 4
749,103 749,103 0000000000000000000399972add2bbe67ee48e6fc5235c553e286625d33c668 1.45 MB 2,323 14
749,102 749,102 00000000000000000001aa61cee2c2bfdebe4cc079f11a090363d852aec0deb8 1.24 MB 926 13
749,101 749,101 000000000000000000056cbaaeaa76831bef8e5d0a5e70f703489932e499fe55 0.45 MB 809 12
749,100 749,100 00000000000000000008904819b7c12b403c108dfd657a586c21b1321951258d 0.30 MB 324 6
749,099 749,099 00000000000000000003111cc5964d5640be7ecf8942e87db29bcd031ed3d542 0.10 MB 197 12
749,098 749,098 000000000000000000077149cd4fa1c80a8fed796929cacfbb1f8d4ae98b9707 0.22 MB 363 14
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.