Memory Pool Memory Pool Refreshing

6,913 transactions
1.95 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,232 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,219 907,219 00000000000000000001f54e4bd20aa7271f389e4f2f28aa5b631e737ea91c0e 1.66 MB 3,442 3
907,218 907,218 00000000000000000000320ad7ef961830c6c12c8dfcef824bf50b0f7eabb521 1.85 MB 4,346 1
907,217 907,217 00000000000000000001bc0f94834c5231e0fc6ee0f8530eafc112b7051c7f72 1.76 MB 4,869 1
907,216 907,216 000000000000000000002cd9b9d87e0f952445cb6a85833f9200a29012b13a28 1.70 MB 4,384 2
907,215 907,215 00000000000000000001dbc6fb03e922ad59646f859fbcb4cb6663b94474116b 1.57 MB 3,863 3
907,214 907,214 00000000000000000001b817da306ae133f9a76dd7ca3fcff96f9c3f17638373 1.66 MB 3,404 2
907,213 907,213 0000000000000000000161ec7ca3d8c99f97297d9d0b11f5bdb8b19c46d3b345 1.51 MB 3,240 2
907,212 907,212 00000000000000000000754a5a8b23924b1d7e9d86ad08212382b9b2d96a2a9d 1.52 MB 3,293 6
907,211 907,211 00000000000000000001f63c070dc161235564b53af28392d7d0b19f4ce67487 1.65 MB 3,780 3
907,210 907,210 00000000000000000001b41a61132d0ea5707067e0cb5ce6a6cb899e13256c7a 1.68 MB 3,544 3
907,209 907,209 0000000000000000000069fcdb9852550a9b9ddea5e6b022642d79a44febd7e4 1.45 MB 2,320 5
907,208 907,208 000000000000000000015ba1d6d2bd4aef87b88cd33a0f80b0adf993f1017448 1.65 MB 4,174 2
907,207 907,207 000000000000000000011fb30597f2c6a38bd750f9b03d2dc3a654a95a4278bb 1.74 MB 4,645 1
907,206 907,206 0000000000000000000230fd85a89b40c5470c7b6a33ac9355289fd5608e8312 1.66 MB 3,734 2
907,205 907,205 00000000000000000001f698fbdc79be269ae697b9ecaf276f8beb6b2027729f 1.53 MB 3,573 2
907,204 907,204 00000000000000000000ba6e7d9280e2d785d6c82aad5631367cd413c824ac1b 1.78 MB 5,017 1
907,203 907,203 000000000000000000019fe09be7a4430cd9e2ef3abcbdd264f6a477f6d9a733 1.67 MB 2,995 1
907,202 907,202 0000000000000000000100bf521d978db63a1e6695f382c413eda4378dfccac7 1.50 MB 3,692 6
907,201 907,201 00000000000000000000f51b25ec47cc19c935ae8397941225704ebb7c3dacf0 3.99 MB 6 3
907,200 907,200 00000000000000000000ff0d4891e68cbfdd855050140eb359aec80231b6644d 1.73 MB 4,532 1
907,199 907,199 00000000000000000000a4b1cede1eba74d67df322ca415468f277aa7b508f47 1.75 MB 4,425 1
Previous 10 blocks ↓
Total Size: 769.24 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.98 GB sent, 94.11 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.