Memory Pool Memory Pool Refreshing

2,122 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,102 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (871,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,345 37,345 0000000054cfe089aa4264038c29ea03fae79eb4f8c308dc0048ec414562727a 0.00 MB 1 0
37,344 37,344 00000000bba60fd20532ed88db316a6aed76b9199c25ef088b3096718d64c540 0.00 MB 1 0
37,343 37,343 00000000a3dce9916ffea721be3c3e253e6132535c6e07096e9c681fae81cd00 0.00 MB 1 0
37,342 37,342 000000000005e1f0fabbae9932fedfeb52c191fc70234bb21aa27faa59691d44 0.00 MB 1 0
37,341 37,341 000000008067b3108e2aa1af81c5c38fbc3ec430bf5b29fe2f4b84d80d0535ac 0.00 MB 1 0
37,340 37,340 0000000020ff27d0b6b677823a7c9a19b225a81d8b8295e64c03f1b33a0d9eb2 0.00 MB 1 0
37,339 37,339 00000000322831135d735a307d5d4392559dea5bd412ba64edca836fb18339f6 0.00 MB 1 0
37,338 37,338 000000006d434ea8aabd9955090712cb45c206a22aceb75115d85616f2fb3551 0.00 MB 1 0
37,337 37,337 00000000aa37a6da9b872f97f5131ec164ecd0531696c102747e9de905e70fb5 0.00 MB 1 0
37,336 37,336 000000000dc2b81a2d69bc63077199b08452703d7e92472708f66752fca1682b 0.00 MB 1 0
37,335 37,335 000000006a0bca417abc9ec2fdfc18dd5e08ff82bda9700b0dd70778b2c789ee 0.00 MB 1 0
37,334 37,334 00000000bc714cfdb4fcd814782b5ec16b3ca400840ad9e236a4c77ba2a300bc 0.00 MB 1 0
37,333 37,333 00000000684fa8708d07b7414b5084487d90e834f82320de20d28432d1d54545 0.00 MB 1 0
37,332 37,332 000000001be4b2bbc19aca6f6dc9572fc2991521c38aad726b9cf1b2e7871e48 0.00 MB 1 0
37,331 37,331 000000000b0f8fa827201d3393f1515fb172579238f2e5b3e1627ff004f23bf7 0.00 MB 1 0
37,330 37,330 00000000991837a3f3f244bceb4aac7f7c7efa6f5cb2ea5bb0d87f5a8b759f38 0.00 MB 1 0
37,329 37,329 00000000b65a351249df6c20bed9f07a53616d4af6fa1eb7d12d92fea21e8b1d 0.00 MB 1 0
37,328 37,328 00000000525756056f42f5e8585802d76f4554541ad739392504aa38539c0382 0.00 MB 1 0
37,327 37,327 0000000006a146ec4c4cb06280e081d8cb4d0af75006544cf19f7f3532185198 0.00 MB 1 0
37,326 37,326 00000000a1b0a73405699051c90bc79f0524fdff15fd3a6fbbb9dcd0d05473b3 0.00 MB 1 0
37,325 37,325 000000008d819d575d24c8eab4a66ce3952ec486e8aee7fe45ea97db485c4ed9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.