Memory Pool Memory Pool Refreshing

12,746 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,043 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (806,374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,342 101,342 0000000000017cbfe98eba33d8f9c3d51a770a5397fe7dc4546df438024a5cdd 0.00 MB 2 0
101,341 101,341 000000000002d747745174b19b947fdc4c82687f87f22c07d6de22789cc4528c 0.00 MB 9 0
101,340 101,340 00000000000213aea13037d1d900ea97f6d11e57f8b03316b6dd373e225a4ae7 0.00 MB 1 0
101,339 101,339 000000000002f980f873e1a64ddd895a5e07917ca9f1ae89f59dca631f748e80 0.00 MB 1 0
101,338 101,338 000000000000ab70c8a3d05f351dcf474645e089e741ba66b475c8e0ec2719bb 0.00 MB 4 0
101,337 101,337 00000000000265f995bab722ba662d6788baf9c3440fa4f7fa05ae675d8996f9 0.00 MB 1 0
101,336 101,336 000000000002c184489d8452a2e810e6b7afaf83fafb72878fd90e8b9cf823ff 0.00 MB 1 0
101,335 101,335 000000000000c909ea4a497ff5598f5e19e6ee6ce8116354a98dfcae7f92e1a8 0.00 MB 6 0
101,334 101,334 000000000002d4302e4d2f0da50290eb2d19ea84c6f346fedd8a7ad4830516e8 0.00 MB 5 0
101,333 101,333 0000000000031d016bc6f5f529e40ce070ae1d57f3c18dcd3ce075067a49b57e 0.00 MB 3 0
101,332 101,332 000000000000e24902d73c560e17ad337cf365866b28c5159eb56328646e0830 0.00 MB 5 0
101,331 101,331 0000000000014ce1bdb86be5c602d7179b1df2fd17733a4d7b1d7683eb581bf6 0.00 MB 7 0
101,330 101,330 000000000003879a6b1d80724c9a0345ad105dfde42b3eee2a22920de989ea80 0.00 MB 6 0
101,329 101,329 0000000000015a1eb646a883954847007e3b1a3ad060dd6706f308fecca7613f 0.00 MB 1 0
101,328 101,328 0000000000012f3b1ef9ce90757b10e41b5a7e6397043678df95d1036bf7705c 0.00 MB 6 0
101,327 101,327 0000000000020797cc5cb374a8de3c77ac94ed91a8dd85ab96c63689406191c7 0.00 MB 4 0
101,326 101,326 0000000000025edc6c07a3ccc3eb606324962c89dab56f3f147df6074cb4ddde 0.00 MB 10 0
101,325 101,325 00000000000393e02b271ad9cb3b4e8708bb684aa13d4151e5ad3ce5393d398f 0.00 MB 2 0
101,324 101,324 000000000003d1fa41a55b2cf8f6403051e6dc69ac6eda5d37ce71427ac05875 0.00 MB 6 0
101,323 101,323 0000000000005a1a6de16b46fcecd85484b0992051ba8aac9dc35dee09808177 0.00 MB 7 268
101,322 101,322 000000000003a6b0bc3be54bd5a286ad27e60a3e7e1bacf85749471b587425c3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.