Memory Pool Memory Pool Refreshing

1,056 transactions
0.60 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.57 vMB 1,033 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (2,156 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,716 905,716 000000000000000000006163654fbe72370b2fea93970a7ac02f494b7cc6856e 1.58 MB 3,800 5
905,715 905,715 000000000000000000020f18d5cc00c46befadd69ed7e92ebe0e5b44dbcf9199 1.58 MB 3,045 4
905,714 905,714 00000000000000000001dbf0880e45b5b62575bd2a162d96ff5c39bc4790154c 1.45 MB 3,238 2
905,713 905,713 00000000000000000001923b93ae2e08419eac3f64b14afd752c817f1f539c2d 1.66 MB 3,112 4
905,712 905,712 000000000000000000016694ed4c26ff1fb6c0f4f19ab6c3316f013acfa1efbd 1.64 MB 2,567 3
905,711 905,711 000000000000000000008a73616eff1e0523a93a7065d27e2efc6057c40acb35 1.31 MB 873 2
905,710 905,710 0000000000000000000145bcb21d0abe002c9420f6223038a970a0089d0bd6df 1.66 MB 2,708 3
905,709 905,709 00000000000000000000153babee78eaed753e196ecd1454b0f8951db5d3c861 1.71 MB 2,048 3
905,708 905,708 0000000000000000000215b2d161c232a1507ff0f5f98ee85e8caf90aab770d0 1.55 MB 3,120 5
905,707 905,707 00000000000000000001dde681321af0b92ae01fdc31d908f67ab22b60ff4700 1.55 MB 3,911 8
905,706 905,706 00000000000000000001e3238301b093200120d77e8860fe0abddb672e2e5c54 1.67 MB 4,128 3
905,705 905,705 00000000000000000000f552edfad95c2818c32033478fb598280c47e205ff89 1.59 MB 3,351 5
905,704 905,704 000000000000000000010c728df3bf2e3551b8a29815d82a32fe32b398ed1820 1.62 MB 3,225 7
905,703 905,703 00000000000000000001ed3d709ad47253a2ccd80b8eb7958cb7fba61c56b372 1.61 MB 3,597 5
905,702 905,702 000000000000000000002c1dbf5848b33db72972d22868c57cbb8d3bc6081669 1.59 MB 3,629 5
905,701 905,701 000000000000000000000327cae0b2f5d12da07247b6dc6f05608096b6c2ce57 1.49 MB 3,916 8
905,700 905,700 000000000000000000000be75b685aa0f53e7bb5b5d9b9305f1234284c41faf1 1.49 MB 3,761 9
905,699 905,699 00000000000000000001b0275a7ce022f799653d28ab6ccac8b011c00ea3ac53 1.83 MB 2,614 2
905,698 905,698 00000000000000000001d379072529fce86b765b7f2cf24c7bdcc81ac56c1108 1.57 MB 3,059 2
905,697 905,697 00000000000000000000dc4d41d2e2e85fed22cd53df2916f197fbd709582861 1.51 MB 2,634 2
905,696 905,696 0000000000000000000025864263f6afbd5d4ed180d37228ffd74425be336bd6 1.65 MB 3,792 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.