Memory Pool Memory Pool Refreshing

3,688 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,747 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,209 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,746 (846,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,609 62,609 00000000055b41b05163b9b5178ef75aded7bfe48de28d6ec2920430865de29a 0.00 MB 2 0
62,608 62,608 00000000052fb10af696d1bc8708fd40718b8dca5a47bc408c5ed9f05299a603 0.00 MB 2 0
62,607 62,607 000000000b4d7b49d732261bb06f60b4e84d379ed7a0f12b220aba75c45478bf 0.00 MB 2 0
62,606 62,606 0000000005f93f66b8f96128fe977db1d8761142abf872708e450ed5ccf82f79 0.00 MB 1 0
62,605 62,605 000000000387de9bc64dc7ed160b4482c977fe2605999d9ca40dd9590e33c047 0.00 MB 1 0
62,604 62,604 0000000003e75cf9609ed02140a4b4e11fcdf7dff82a683076b1bf6d915d1ba0 0.00 MB 1 0
62,603 62,603 000000000493fd7214e3d27470f3fd3e6db9e0b14ca8bbadcc60760fad742298 0.00 MB 2 0
62,602 62,602 000000000527ebe9f82a0612987f75b841e908d9f4de78f4159f0528edded17c 0.00 MB 1 0
62,601 62,601 0000000002c025f0c0ee78424c0294daf22cf6d9cf75a13a43b8e24084158c1a 0.00 MB 1 0
62,600 62,600 0000000001943d1f4441cba8a77b9aad4f1e8485203c5ff2e952398f896e8e08 0.00 MB 1 0
62,599 62,599 00000000099cadac859d279c8e62763fc96fc5364ccade182fe75844154d1f8c 0.00 MB 1 0
62,598 62,598 000000000b3bae4958a6c17cd68133c72ed9f5e063d614ab961218110a31fe18 0.00 MB 1 0
62,597 62,597 0000000004248151669123f47c268dc39af77cd554b2b9e53a575a2b1d3ee61f 0.00 MB 1 0
62,596 62,596 00000000021c9a47d518ed225b64fb97e4da5563fc52653af6b391543fcdc0ab 0.00 MB 1 0
62,595 62,595 000000000a8535bc719905b9e19c465beaedd54ca4014533256793447241e2b1 0.00 MB 3 0
62,594 62,594 00000000037285721dbbfa3f3f0dd675b55b3ea946abdd4514c9fdd23ac3e1e0 0.00 MB 1 0
62,593 62,593 0000000001e82d9c9ddde9d8d7f176e0e531526fad5a29f217ace77ae329c06c 0.00 MB 2 0
62,592 62,592 0000000000a741ec36f47e6d68ef0eb886f71e13ac55378d325db8ef573e5eb3 0.00 MB 1 0
62,591 62,591 0000000007823375a92fbd902d7977cff261edeaa766c04139a088588280512a 0.00 MB 1 0
62,590 62,590 00000000093a0882c7e4acd5d5401dc720995c0da2da07bac37b8ec5d27328f8 0.00 MB 1 0
62,589 62,589 0000000001f6534fd894f82103db2e7ee89614119cc4ffd763a66a32b1594daf 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.09 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,856.01 GB sent, 102.45 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.