Memory Pool Memory Pool Refreshing

3,503 transactions
1.86 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (21,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,773 885,773 000000000000000000020ff676e82a35517cf4756e554a25009d1b6eb9983594 1.20 MB 1,367 5
885,772 885,772 0000000000000000000199a81fbe5892bc9ef78b7cb17e16d0386752f8e2b2e1 1.20 MB 1,487 4
885,771 885,771 000000000000000000000b31aecf77b89b79c3453a4511ec4c001d06277f461d 1.56 MB 2,644 7
885,770 885,770 0000000000000000000029509556ffce9b4b938ab24c8efc624adf5e4784fcf9 1.46 MB 2,428 5
885,769 885,769 000000000000000000001d18a09230021d568f56ecdb2b420a3917e095d4b6ca 1.40 MB 2,773 5
885,768 885,768 00000000000000000000c0bc76447e816349b9e86b551bc630c9e7ec46938e68 1.30 MB 1,641 4
885,767 885,767 00000000000000000001f8bff11197b164205b952585ac9ff4ce26626a817d22 1.91 MB 2,156 3
885,766 885,766 0000000000000000000121f915ea46f3f53f38e80914125f8b226948ec9d660d 1.88 MB 240 1
885,765 885,765 000000000000000000018f86882d0eb05995db1aabefa15b40aa3e935a8c554d 1.74 MB 1,561 2
885,764 885,764 00000000000000000000111d40ac3105ff099db5208013e542cbf0b148b6804d 1.64 MB 2,067 3
885,763 885,763 00000000000000000002092f2080a859c174cdf95984d1b10c695ab1c41d1887 1.54 MB 2,079 4
885,762 885,762 000000000000000000020206570664f8357a8178ad307193c060cf7b229f36e4 1.60 MB 3,386 5
885,761 885,761 00000000000000000001a6f1f1cb035ef60a2a3f2497529583d0fa12012fdc1a 1.54 MB 3,452 6
885,760 885,760 00000000000000000000ae944dffff8e7062123d4636f1cf840b4669613dce51 1.48 MB 2,596 5
885,759 885,759 00000000000000000000bb5dd7bb99da64cb81a55ec05036b96de05d47fbf6b2 1.71 MB 3,068 5
885,758 885,758 00000000000000000000fa9b7e2f6f9f9c7863f97acbd21f020cd95bc0dde940 1.65 MB 3,451 7
885,757 885,757 000000000000000000022ee845466df5cc8c1758f17359fa4b3b9103258569e1 1.57 MB 3,451 6
885,756 885,756 0000000000000000000268a0c5e250a1f30edbd4beed5bf2a947bb8332d5341a 1.53 MB 3,196 6
885,755 885,755 000000000000000000002baddf5b3bf5fc075597228f2f656b250c7af1e75d26 1.59 MB 3,620 6
885,754 885,754 000000000000000000001c982c2890888f08ceb76070dbf76d310e4a8ba0a416 1.52 MB 3,515 7
885,753 885,753 00000000000000000000c0e68583c32e60aee8a31a0faf963e85b974218cad7c 1.77 MB 1,379 2
Previous 10 blocks ↓
Total Size: 769.06 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,627.88 GB sent, 93.18 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.