Memory Pool Memory Pool Refreshing

5,914 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,902 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (7,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,572 900,572 00000000000000000001c46191770b4089c5951ca683b39f601523e87cac34ae 0.27 MB 184 1
900,571 900,571 00000000000000000000818cf8706e40ed41745a77ca826307ec5bd87d052735 1.58 MB 2,574 2
900,570 900,570 00000000000000000000c99b9d012a54f174f6708e3844a5928847bdda54b4e0 2.00 MB 782 1
900,569 900,569 000000000000000000002e23b3fcc9fab52d552b1091d85ddc01d0d8aae190f0 1.49 MB 764 1
900,568 900,568 0000000000000000000145e84cdcf64d08fbf1eed8e4432a4c535ee03ac4352b 1.54 MB 3,050 3
900,567 900,567 00000000000000000002248334ca84ba134aaf171343bb29ad1252756038d15a 1.52 MB 2,844 4
900,566 900,566 00000000000000000001bc00957184ab0d4d2049f239ce650cdb8a29631644c0 1.70 MB 797 1
900,565 900,565 0000000000000000000203e73591ab625afe8075b800bdbd0adbab7e017f0434 1.67 MB 1,295 1
900,564 900,564 000000000000000000006f1a98fc99b8e9f140e68514c0779cc4f09387b1b711 1.45 MB 2,312 3
900,563 900,563 0000000000000000000002c6e50a519c59ef18d9b2058ec4a9ab77f5f38722d9 1.89 MB 352 1
900,562 900,562 000000000000000000014b68813d2eb2da7ac79b07419a8275df0dfc203bf7fb 1.67 MB 1,260 1
900,561 900,561 000000000000000000000e924b07f4bc6b4290e4671f17578549425fa5720412 1.64 MB 2,606 4
900,560 900,560 000000000000000000017389001e1465a62d9c07b2ab3caaade44407179ebd26 1.76 MB 3,071 4
900,559 900,559 00000000000000000001f0c6c152ad05e1e9a726e6ec4cee594ae06521d13fa9 1.41 MB 2,966 5
900,558 900,558 00000000000000000001d035a34c7a2ca1db34bfe0b6b4c85e3bad59f94e831f 1.63 MB 2,529 3
900,557 900,557 000000000000000000002c0d84eeb0ac37cd3f6e5be834bbe897220030b33884 1.46 MB 1,087 2
900,556 900,556 000000000000000000001c721cb79c6d3492e1825003e263e47eed0fe9d36d07 1.50 MB 3,030 4
900,555 900,555 00000000000000000000914a14a4f8af7c3990dbcb7e92e3194609fb8aa690c9 1.76 MB 768 1
900,554 900,554 000000000000000000014e2a6f53ced21cdac13631d83782798736e042c3223e 1.68 MB 3,589 2
900,553 900,553 0000000000000000000034114f9712c90cfd108cf95fd2b5a44686611dd4af3f 1.47 MB 1,169 1
900,552 900,552 000000000000000000013bf7f73b026801e69fef2efe8a993490d267c51a7ce8 1.86 MB 1,573 1
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.