Memory Pool Memory Pool Refreshing

8,137 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (51,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,574 856,574 000000000000000000001701d20592a180dc0d5092d6d13f8fee9ac2869bef9b 1.56 MB 2,937 7
856,573 856,573 000000000000000000024012d6bac29491ffea104e8a7fdd5ff4eaf8d27313ac 1.62 MB 2,407 5
856,572 856,572 000000000000000000017b79a0105e86c11c36df7fb55efb00914d0b2138d0d5 1.60 MB 3,192 11
856,571 856,571 00000000000000000001210cb3298d73eb62a09f3ba8b83dbf97f5cc7a3fe404 1.62 MB 2,468 8
856,570 856,570 000000000000000000010d178b722b35b25de3d6b4641dc657c16e47c4d09fb7 1.59 MB 5,448 3
856,569 856,569 0000000000000000000258a6ec505b65880278894d702f671f929c9d2f2dfbdb 1.65 MB 1,646 5
856,568 856,568 00000000000000000002d6710fc64cb01f5eae0137ce8be942cafaf77ff523fd 1.71 MB 2,258 7
856,567 856,567 00000000000000000002c356907479e9dc55367e5d48e79e0a061b9eb0dfc9c3 1.59 MB 5,881 3
856,566 856,566 0000000000000000000199910e87219528aa2ba8da932623079ddf93dbcd4cae 1.71 MB 1,759 5
856,565 856,565 00000000000000000001bffcc53b67a579f339e6571abc8a3c3e860c8e304e39 1.62 MB 4,001 4
856,564 856,564 0000000000000000000101d4163f0363ca3d7da7d145ac6c7b585c83079c3e3d 1.67 MB 1,892 10
856,563 856,563 0000000000000000000073655d1ab1f157fd1b02cb1dec07608c2b7792098429 1.61 MB 7,156 3
856,562 856,562 0000000000000000000104ed168132caa6bffe5adf046538f5fda72dd498e3a3 1.62 MB 7,148 3
856,561 856,561 0000000000000000000090817a5c20b793dc79569ed04702a5eafab46cfebbd8 1.61 MB 4,160 4
856,560 856,560 000000000000000000027b69fa18348f9f91968a7745412f67211d01c57bb4f0 1.60 MB 5,104 4
856,559 856,559 00000000000000000000acf568aabf7c34c0e9e53e3979cc454dd3e5a08520d8 1.59 MB 6,299 3
856,558 856,558 00000000000000000000c08528be8bf98ee211689328f0aa448991ae9c2b3f4b 1.63 MB 5,188 4
856,557 856,557 00000000000000000001e9d2dd8dff8498d6bd7bfb9666412acd82883dd8650b 1.66 MB 7,088 3
856,556 856,556 000000000000000000005a6fe376615aaad344a5605b57b23304517e7aae1774 1.57 MB 4,016 4
856,555 856,555 000000000000000000028b897a6b202b9a46f423e6403c7f29e60916ab1a18c3 1.65 MB 7,297 2
856,554 856,554 000000000000000000023597c910f4229778537647e85c57e1099b753c3eee2b 1.79 MB 3,959 6
Previous 10 blocks ↓
Total Size: 769.03 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,624.90 GB sent, 93.01 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.