Memory Pool Memory Pool Refreshing

1,410 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,817 00000000000000000002349e0000000000000000000000000000000000000000 0.44 vMB 1,400 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (15,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,805 892,805 0000000000000000000202160a83464425c0f56385a4e2636f1f8278dfe55602 1.60 MB 3,474 5
892,804 892,804 00000000000000000001ca2edf2ce6cf33bdff5341c2d9b4d043a206a308a2aa 1.75 MB 4,372 3
892,803 892,803 00000000000000000000d7c8bf07b70828a8c6cb9e31406c6c4b58775e8502f6 1.81 MB 4,758 3
892,802 892,802 000000000000000000004656b1792c81f27ef27179472a728c90d5af9522ce54 1.84 MB 4,864 3
892,801 892,801 0000000000000000000019a0111e963282005010dcee18f7ccb55877face7157 1.71 MB 4,010 4
892,800 892,800 000000000000000000010a04a1a4edb3711d56e910c96ee4047d77756b7e098f 1.79 MB 4,612 3
892,799 892,799 0000000000000000000006b3e31bf43ae809d9a1ea8d14fd6e359db9be4a6d33 1.83 MB 4,174 3
892,798 892,798 000000000000000000014a582e1f633bceea5698f3ed2b8fef0ad1e686303053 1.73 MB 4,124 3
892,797 892,797 00000000000000000000862f5f1fbe24b54a563a862b87b186e83f22ceb1f941 1.45 MB 3,600 1
892,796 892,796 000000000000000000018093a004fad60174e4d3e17d65b755f87c2f93f974ff 1.77 MB 4,221 1
892,795 892,795 0000000000000000000200deac7f2da8871e0daad078b0060540fdfa0544a388 2.32 MB 2,978 1
892,794 892,794 0000000000000000000081abd927683b8b4028931fb4c2e68032c618360f72ba 1.66 MB 3,777 3
892,793 892,793 000000000000000000019677376d1ddb47cc26be361358dec685dc884958a86f 1.64 MB 3,079 4
892,792 892,792 0000000000000000000085bc6216aa1fab701faeb5f541044e553988cf26bd69 1.41 MB 2,187 1
892,791 892,791 0000000000000000000112865273d0cc02eae9835292de46ee6c562741d1e331 1.93 MB 3,661 2
892,790 892,790 00000000000000000001b1c5672fb65d8c5978fd0b42bfbc0f050d7643cc003b 1.68 MB 3,226 9
892,789 892,789 0000000000000000000250be9ff152f7201cb4e0bd2d913560d9242d24649177 1.77 MB 4,572 2
892,788 892,788 000000000000000000000c2a2126632d944fa465f1b3c25d5c8b4897380e6d0b 1.77 MB 3,765 6
892,787 892,787 00000000000000000000995ccd0c0c64776bc2ccc815916f82214f516e5d33c8 1.81 MB 4,281 3
892,786 892,786 00000000000000000000f6786e6beaecdf963d74af30f57309dcb7343a9697c2 1.74 MB 3,748 5
892,785 892,785 00000000000000000001237b233d9d3cc2bf6121ea1a585fae16610506e669b6 1.73 MB 4,112 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.70 GB sent, 93.89 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.