Memory Pool Memory Pool Refreshing

6,839 transactions
3.88 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
2 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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,336 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (796,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,970 110,970 0000000000001434ecd149e55d162e061ec1678e9cb68e14e32b5c00f095e30f 0.00 MB 10 340
110,969 110,969 0000000000008c5c60f0879b725c53aeb881a2d648008b2548d6a0eb459a4554 0.00 MB 6 0
110,968 110,968 0000000000004e342e8e2756a930467c4f31b1ecd3df2207d7b04b334fb48807 0.00 MB 16 0
110,967 110,967 000000000000611bb77f19307cdd494c8684f995f284953a9cd36ee8735fee3d 0.00 MB 13 0
110,966 110,966 00000000000075a397a86c65a876bce48f98d1d4f134178744b14ad0759595e3 0.00 MB 11 247
110,965 110,965 000000000000de5f213db94469ed4a87c44af88c164001459e377e83c8e3b120 0.00 MB 6 0
110,964 110,964 000000000000559b6352c5098e6fc6d94fdddb91500f0166d648fb6cf18029d2 0.00 MB 13 0
110,963 110,963 000000000000799596f6be10a4f2cab1d4c52b854042e5265e1cd9f0bc0f8e5d 0.00 MB 7 334
110,962 110,962 0000000000008760bc4edb2e3bdbd2f9ae3c728f8b3cc8b5e7d73537b07093dc 0.00 MB 11 0
110,961 110,961 0000000000009f549bb1c278fd1fb23d7a5b81f5f983edf23185951adf3ffadd 0.01 MB 5 0
110,960 110,960 000000000000c1b3a048123e7379b45b4acb37bae985c139500b6640d72b5b9f 0.00 MB 7 0
110,959 110,959 0000000000009fc31c9833358c54a60cd40f216b68b24f2f56335c81ed723e7b 0.00 MB 9 0
110,958 110,958 000000000000c2bed7f5a85ca199013030b8a20194ac5221defb287e88bcb1d2 0.01 MB 19 0
110,957 110,957 000000000000ddf8dbd9e7e9094a9abe90fdb6a12605f44199df68d837d55c47 0.00 MB 12 335
110,956 110,956 000000000000f5fe2f017922ff657a5d1c92f79d6ca79faf66a9ca74d059b549 0.00 MB 12 346
110,955 110,955 000000000000227674cf1d3ead7cd76531f5e3a7ccb84ab0363b6d5c326749c3 0.00 MB 10 358
110,954 110,954 000000000000b5a149d2bbaaeda8d54b63f181e4c6f293f1258fa8fed2539ba3 0.01 MB 10 666
110,953 110,953 000000000000a65ae5b6472ca72a902248281378eca47bdbb41c8ce5209136f3 0.00 MB 10 1,020
110,952 110,952 000000000000adba922afa5ad21c34f115195f3177afc6bd9f884250bd48997b 0.00 MB 12 0
110,951 110,951 0000000000001a45c9089f766258df6aff6aac91a6459eab210d7bceb63827f9 0.00 MB 16 0
110,950 110,950 000000000000394be0a35fc11acc7fc82c542816c7ba31876e263e557a9c3046 0.00 MB 12 0
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.93 GB sent, 93.05 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.