Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,343 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (14,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
892,784 892,784 00000000000000000000355c550919c17d253f353554c6444ac0e1f00970450b 1.79 MB 4,624 2
892,783 892,783 00000000000000000000a83cf7c8d9ef76b5f56bcff94cae1831c60b3f1a653c 1.67 MB 3,610 6
892,782 892,782 000000000000000000018e28923f2b651eca694be2a94b9efe1c69d01ace8197 1.71 MB 3,517 5
892,781 892,781 000000000000000000007babc1ff2a8f43133273faca203c1be920d432a4a761 1.68 MB 4,149 2
892,780 892,780 000000000000000000007d77541a2fc5ea90ac15b253ec493d84623965be5eb4 1.65 MB 4,829 2
892,779 892,779 00000000000000000002381eeb924a3c37263c9bdc9b556da0868a97aafa333a 1.73 MB 3,951 4
892,778 892,778 00000000000000000001d99b38ae18955703c4c85510a828bc3b9ccf6e1069b8 1.72 MB 3,711 1
892,777 892,777 00000000000000000001326b6ad28e1d49fe0fab0ad7dc96f622c47c9361fa70 1.78 MB 4,525 2
892,776 892,776 000000000000000000020e200f3e1cde210aff1ed44da0b0b49b4c897af9b9ea 1.91 MB 3,970 2
Previous 10 blocks ↓
Total Size: 769.10 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,628.78 GB sent, 93.39 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.