Memory Pool Memory Pool Refreshing

5,241 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/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 ago 1.00 vMB 4,010 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (162,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,609 745,609 000000000000000000019a4120072aecba7f44b3b5849ca35579f24b472cd541 1.76 MB 2,172 15
745,608 745,608 000000000000000000054979ce1df5c6188b06a8a7b6f04f1301bf7b56cfe313 1.42 MB 1,108 10
745,607 745,607 00000000000000000000c2a7d001ff1fcdaf94be4dc017494c9f50ac665f3489 1.21 MB 1,357 21
745,606 745,606 00000000000000000006257f20a488ae54cb7c8f4bca022192d6e9095224a799 0.15 MB 275 15
745,605 745,605 00000000000000000006411f22675b999f3f93f13ad07b9913aac1f77c099b9e 1.53 MB 2,778 19
745,604 745,604 00000000000000000006b5fd71eea48b5c818543c369379040ebf1ab88559ac9 1.01 MB 1,242 16
745,603 745,603 0000000000000000000605e5aee70316f10f987259429dec9afcf24ba7e29785 0.35 MB 718 21
745,602 745,602 0000000000000000000605ccfc1392f82b6a6fbcafb5f20316cde996259f5a94 0.66 MB 1,132 16
745,601 745,601 00000000000000000004bfedae82f75d7ef094bc23c8e5ffd560d6021c3768eb 0.23 MB 300 13
745,600 745,600 00000000000000000004eeb2216fadc5715e8d8f284962fcd4b0a9e49668041c 1.14 MB 2,100 18
745,599 745,599 00000000000000000002a26fcef4753d33724b9e2b7ff3937f133e86ee3193b7 1.13 MB 1,338 12
745,598 745,598 000000000000000000089d5ab6beb1cdd85dbf55c113c666b47025f63af73dcb 1.54 MB 2,914 22
745,597 745,597 0000000000000000000054b1278615cb4f6eda95f5ef6a9c5c7290f3b0922d72 1.46 MB 1,889 7
745,596 745,596 000000000000000000069f96464d54e48acb18788c93bbb022b71440d24cb17a 1.58 MB 3,057 32
745,595 745,595 00000000000000000008ff8cac5e5813859249785463698ff62faedf0d5fc985 1.47 MB 2,024 20
745,594 745,594 00000000000000000000ea1cc50049a0c621346651def9a6696a0d3ab820e23f 1.00 MB 787 15
745,593 745,593 00000000000000000000c17a4958bec608f0f6c2292dbde72610bd50fee3ddf3 1.62 MB 1,666 10
745,592 745,592 00000000000000000005d8c8e7db62992588315995fe6420a021fc1e7a9b7c14 1.33 MB 1,260 22
745,591 745,591 000000000000000000027eacb7c3d3510b4ccef86439bce4aaf0c52accfaf5f5 1.63 MB 2,160 20
745,590 745,590 00000000000000000008493f43b9933e0887faf274368401a01be69ae59b91af 1.38 MB 2,475 28
745,589 745,589 000000000000000000092f0d58bd106e4095e4033809745243868efe60114b9a 0.40 MB 487 10
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.72 GB sent, 93.91 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.