Memory Pool Memory Pool Refreshing

2,900 transactions
24.71 vMB
Show Random Selection Loading Transactions
Max Size: 100/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,537 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (871,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,244 37,244 00000000a026564e398ac5324ccfb59ff95204aabbc3cb56db44107fddfaea99 0.00 MB 1 0
37,243 37,243 00000000af7ba52f918a543ea8b44e0d571a6bf7ac9a1c4cb0e5af7ed45362fe 0.00 MB 1 0
37,242 37,242 000000005890fec64983a7ef9efb960365b24da80afc0df5eda3c943cf3b87ce 0.00 MB 1 0
37,241 37,241 00000000773918be036af692e6a9c4f192e9529ce31906dd9afb753f5ff66bc1 0.00 MB 1 0
37,240 37,240 00000000ba12d8abf312b9463674956d954aff3bb852ffc700f7770260e33b4f 0.00 MB 1 0
37,239 37,239 0000000073c6072635de77a320f54e6b11458842ff438a8006a8ce47e80c399f 0.00 MB 1 0
37,238 37,238 00000000acf491dd5818575257fd1421b891bd3a741d9a16aac2e091c7fc3c38 0.00 MB 1 0
37,237 37,237 000000001e738fd583c41663768e745956a13a222e1841e8ddaa5556a947170c 0.00 MB 1 0
37,236 37,236 000000001b2fa16fc6fa3e5d1a98bafdd9f5c033061c41644082f9d58dec6b7f 0.00 MB 1 0
37,235 37,235 0000000053a6ec9e3290f70709b56ab9a1903510deeb0e3bb751108b1eb855cf 0.00 MB 1 0
37,234 37,234 0000000009f250ae64e72376d6f1006864746b1cc81585bdad1c4e7e0c93ff72 0.00 MB 1 0
37,233 37,233 0000000062eed0c99cb9afc9e1a08cfb7875004bac3a652d389242265a67217a 0.00 MB 1 0
37,232 37,232 000000009b7724a8e623150116dd5a6bbf9170b211da80cb79fe6717ba828bf8 0.00 MB 1 0
37,231 37,231 0000000086cb581b4faa0df95571482010035e5ce6ef338a7f9cb5622579be83 0.00 MB 1 0
37,230 37,230 000000001280c07f6d6f48c8d7c490f1baf3fd134c4350d0e4216f7eaeab3cc9 0.00 MB 1 0
37,229 37,229 00000000383b8fcdc822827389655f1d7e2900a10d73692ec6d15f33198c5a09 0.00 MB 1 0
37,228 37,228 00000000355ea3e6c3517c05a41f723d26abc60a48f52f2ee2fe48bc0ecaa529 0.00 MB 1 0
37,227 37,227 00000000422d1012c0ce13871c5c5307c3e5a46b597f42e7e1fe85ae3e0bb367 0.00 MB 1 0
37,226 37,226 00000000089612a9737d3df9980c206d0f1bdda6a50a6e78a22a1c5007740da5 0.00 MB 1 0
37,225 37,225 000000007ec589242eb899f616111b11bc7884d40b0a42a621b64179f6849e48 0.00 MB 1 0
37,224 37,224 00000000a5148e10d1d419b7d336d862b2826aadc3396b832e450e21d61dcf03 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.37 GB sent, 98.56 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.