Memory Pool Memory Pool Refreshing

4,634 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,842 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,905 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (4,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,958 902,958 00000000000000000001e3f1f4daec919ed7405579f399e2d7fda52d0d030604 1.51 MB 3,421 7
902,957 902,957 00000000000000000000efd7a292402b6927d2d39a145a86842335a53ce78c39 1.73 MB 3,042 2
902,956 902,956 000000000000000000020722ca80608c3466e8285072f7417e0641ffe9ceb96f 1.73 MB 3,261 2
902,955 902,955 000000000000000000003371496f3b140b97412dcbf53f42a20fcce7b462a783 1.29 MB 1,053 1
902,954 902,954 00000000000000000000fc8857467439fc4bbb368fb53dfc85c220448649c31a 1.61 MB 2,637 3
902,953 902,953 00000000000000000000a52c592430ba6de39c381d34d093dea93a1c4184071b 1.73 MB 3,306 4
902,952 902,952 00000000000000000001e94f3d388ef336afcb93217a9e0531aa2d350e156a70 1.59 MB 3,671 6
902,951 902,951 00000000000000000001871bfdb7140632f80e5c7cad6bcc77bc1e0666bb59bd 1.62 MB 2,460 3
902,950 902,950 0000000000000000000178276538634a47641eaa2e9e57310e05d507c075527e 1.73 MB 4,104 1
902,949 902,949 00000000000000000000105ef858c479e5ecac18af7b907830d4be65816eacd7 1.74 MB 3,851 2
902,948 902,948 000000000000000000018fb5f0cafc29d4d975296211f2f33eb6033f971f8dcf 1.68 MB 3,186 2
902,947 902,947 00000000000000000000aa6689f8b9809fc9daa4d408525ea2d7338b391c0cea 1.64 MB 1,642 2
902,946 902,946 000000000000000000019f604621494d3430979ef90b6fc65e2b785e46840b88 1.23 MB 1,325 2
902,945 902,945 000000000000000000018a360fed4a6be5a64d659d5d04e528db8b1826c3c726 1.12 MB 685 2
902,944 902,944 0000000000000000000191c2efb4f915f7dafe8b00d9df6c5ada53fe8cd3d9b3 1.64 MB 3,540 5
902,943 902,943 000000000000000000016a369ef6faef7a145824ed73a5fcc6d30a2218f25407 1.56 MB 3,770 6
902,942 902,942 00000000000000000000e62094cde22cf796444cf0c706bafa1ff585287d3f35 1.65 MB 3,592 4
902,941 902,941 000000000000000000010a82fd4839dfd0e5d835608f1833fe679fa94a08454c 1.50 MB 1,447 2
902,940 902,940 00000000000000000001a8bb9fafa181cbec1f4219f33f93a90403c529b5cad4 1.63 MB 3,066 4
902,939 902,939 0000000000000000000112189f34f26b5adc4eeeae87c573b11b4e1bcbf00652 1.57 MB 4,088 7
902,938 902,938 00000000000000000001795e5893246ecdd747cdb1a514556fd6aed1d5b16d70 1.24 MB 370 2
Previous 10 blocks ↓
Total Size: 769.24 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,635.07 GB sent, 94.14 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.