Memory Pool Memory Pool Refreshing

5,752 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,842 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,178 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (647,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,842 259,842 0000000000000008b1e0d931c4af680e812f87aabf533ffe18e80b9ae78b3155 0.02 MB 48 55
259,841 259,841 0000000000000003bb62f1a7437de9a3adda698b20e1e5809c006d0c531b0d02 0.08 MB 189 100
259,840 259,840 0000000000000006d42785b15269a4183c5d29633a66b1394b96d21777b23550 0.11 MB 248 120
259,839 259,839 0000000000000010d502e0b0c34195f179349bc752b04e46d90e35de3de1d048 0.07 MB 201 123
259,838 259,838 0000000000000014efb1769f1d223fd4154c0f862f56377e3d145b40786659cd 0.07 MB 177 89
259,837 259,837 000000000000001a41fe4767fb73f9f141c8e9ad1b005e0e160b941903945e4e 0.17 MB 333 93
259,836 259,836 000000000000001564bcc9f61563f3f0e69d78f41714f9a44fccab239049842d 0.10 MB 161 78
259,835 259,835 000000000000000fe14656d0d86f87e2cb1c5ad7a765b85196917e5cfea3f4ae 0.06 MB 155 74
259,834 259,834 00000000000000232efb15fa2d678dc563a93e4a86a98b0584fb767e3572d548 0.21 MB 578 130
259,833 259,833 0000000000000007423dc60488798319c93ad01b07d81aecfcf476f0b14ca781 0.11 MB 275 85
259,832 259,832 0000000000000005dc7e042b73f9120e2e7c1dfeaf39c2cd50fdab89d1ee8830 0.10 MB 213 82
259,831 259,831 00000000000000248a8d7146da83e0c47ba7eadaded227db87d0e26a6530e926 0.29 MB 690 107
259,830 259,830 00000000000000056c1d207f3fb77c8a6a14b049fa649dbd55e29beb73fdcbe1 0.04 MB 90 72
259,829 259,829 0000000000000016eec01b8c036b7e867dc5410ba3fdffe77c1c0b822695013b 0.19 MB 438 107
259,828 259,828 000000000000000895d2b620b869b8493651972602534416285b9e0c9c862da5 0.22 MB 569 124
259,827 259,827 0000000000000015fc6815f34e34dd90c979c5babefa42284eed09c0d87a4344 0.01 MB 39 106
259,826 259,826 000000000000001d7caba4fe0fbdfab3513e5861943b670c4a043a51f36b61f2 0.00 MB 10 61
259,825 259,825 00000000000000212c82917fb4fe2ed9a725abedd28c036ecec553bbdf04956c 0.04 MB 107 59
259,824 259,824 000000000000000fe53dda8af2b664017f3fad2826a5c1a6bb3d995b34b16420 0.12 MB 290 123
259,823 259,823 000000000000001926e2ef2f4618048cf4816ec459c24f84e367131e50816936 0.25 MB 631 107
259,822 259,822 0000000000000001cbf0ee211ec773bf5ca4e4868568ca7e9f91ea52f4bef45d 0.02 MB 25 57
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,635.08 GB sent, 94.15 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.