Memory Pool Memory Pool Refreshing

9,719 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,612 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (776,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,770 130,770 0000000000001c35cfd6159f09355d9ac357fae7afa981ad429e9811d42f9681 0.03 MB 57 861
130,769 130,769 000000000000050b7343640bbb47630be0ff08398194de4a3b959d067e209b4e 0.05 MB 69 628
130,768 130,768 0000000000000dcf8dd1467953bc2a6262c1b6fa9454e3c0f362b0388debd58c 0.05 MB 110 2,088
130,767 130,767 000000000000148f81144496463aa1ebbe7355a41c2b60b5f4ea11099cfa95af 0.00 MB 14 716
130,766 130,766 0000000000001a251c2044d560f08144009a14f622bd8777be00819d825192bb 0.04 MB 140 488
130,765 130,765 00000000000006c4d093b1f42a677c558666a4dea92d67acc01f9e15d284f8f4 0.00 MB 12 357
130,764 130,764 00000000000017da6306a5c7f150a207e8a3116479e337badc11fb0fc7d72ec4 0.00 MB 12 1,363
130,763 130,763 00000000000003705a30a3d060d94d3bedd8560c42cf07c96d75cd72fd6b5e1a 0.02 MB 54 580
130,762 130,762 00000000000009ecd0756807c249b8794b6c89518f4577b81420e5c19996abce 0.04 MB 152 22
130,761 130,761 0000000000001bcc93b486dd384cef41360641a06666aae286d379c4e5af0832 0.00 MB 5 2,038
130,760 130,760 000000000000182aea05bff5559b0b3bc752d5ac7c5a7f18f8bb9cd916860564 0.01 MB 14 2,416
130,759 130,759 0000000000001b5f29edf7e5c1b1d96a56ca9ed1ab6590eb140d09da362b5dc2 0.01 MB 25 1,216
130,758 130,758 0000000000001962b73654dd2cfcd02911b083714e383f90a6f883a369dab419 0.02 MB 61 290
130,757 130,757 0000000000000ba85f6c6f36bc9960c54078f10f66f75a15ee63c82aaa35c010 0.01 MB 19 727
130,756 130,756 0000000000001334b61d1cd240d23fb4db3368ec4657fe48ca119967231f9a76 0.00 MB 17 227
130,755 130,755 000000000000059185a3fada5fa227913771dad13f460b98f29814aadb2769d1 0.03 MB 85 448
130,754 130,754 00000000000001641338b8688eaf8b51b437e8527481882c6e35bb7b5dba833c 0.01 MB 26 843
130,753 130,753 00000000000004d1c124f9d39056b9010370102c0929b3446bd4c4370e393306 0.03 MB 51 361
130,752 130,752 00000000000001d63cd46afd49cc11edcf9e89d42cbb6c56c3024ef529fa4fcb 0.01 MB 13 339
130,751 130,751 00000000000003b981b4f1740c9ae4773bc01104b8679306c3dfc6561a655c9d 0.01 MB 23 428
130,750 130,750 000000000000013cafc3595c14f2476a7bb99653eacc4588906c6c07f9688ce0 0.02 MB 26 129
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,625.28 GB sent, 93.03 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.