Memory Pool Memory Pool Refreshing

4,236 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,276 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (769,366 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,567 138,567 00000000000006d1fb78d9fd56b6d642ed6678b177d66bdc2f4451e609fa3cb1 0.01 MB 16 89
138,566 138,566 00000000000006b1a0c61c7175017b5c81e2ab75513bd482728158eddd0709d4 0.00 MB 5 11
138,565 138,565 000000000000029549b507710d39cb237265c076949148b909cfba63f40db16e 0.02 MB 52 81
138,564 138,564 0000000000000669a77a2f4084a0509adbd2d728a3fbd273ea7e15f25cb9aeb0 0.01 MB 25 425
138,563 138,563 00000000000004fa57b16d0627c4ec659acfc5bfc957141fa704e48aebf7a42d 0.02 MB 62 8
138,562 138,562 00000000000004303f15fb210720beee3b9699f15ec3ad160a59110a9c04a66d 0.03 MB 67 159
138,561 138,561 00000000000009878018a468d1f0ec42b3ddbf28af6ae8f02671390663781f85 0.01 MB 14 842
138,560 138,560 000000000000071fcf12279bce004ea0585f7e9389cc20b3663859a07a8b51ff 0.02 MB 52 117
138,559 138,559 00000000000009c24bbfc117508ecfc99622171b88a57db21cb1485078271306 0.01 MB 17 286
138,558 138,558 00000000000002327791c2f435c73c74d9332a18574ad9e1ee845a20701d0651 0.05 MB 99 249
138,557 138,557 000000000000062fa077ab8e32d20389a98ab626b324e0273b19614caafea26c 0.02 MB 61 95
138,556 138,556 00000000000006c8e023f5323c1fb4ce89408e056fc9c509dc7f2b382874f2a6 0.01 MB 15 60
138,555 138,555 000000000000069455a1c18d92a5fdc9f402aeb201cf50a2e22bb9887f78acd2 0.00 MB 13 656
138,554 138,554 00000000000005c7b51e75c200d3aaf4d78c22109f87a919eae2ce27241b271e 0.00 MB 7 38
138,553 138,553 0000000000000427256b299a95118a77ae8d9bdb6a1f4d5b7c37b7fc5d17f17e 0.02 MB 39 78
138,552 138,552 00000000000002ca184413058d807291a18cf07ad94f220c45ae5c43157ee678 0.03 MB 54 549
138,551 138,551 00000000000003bba4cae78776a1015f7f96072d9bcbd4a0a36570d72006b719 0.01 MB 26 54
138,550 138,550 00000000000007cd1b4bfbf95c715dd46cf83cdf10e06ce2f66f6d22a0c9e798 0.04 MB 113 223
138,549 138,549 00000000000003233e12fd9ede57bc93f46715ff94889c8a059126dfdbd8ed33 0.01 MB 41 115
138,548 138,548 00000000000002ce5022055c0fdd70379e8c1a75109f21c4397498f6576572a0 0.05 MB 143 102
138,547 138,547 0000000000000517c8230470e0e5aeb35d85a1d21d3c1b7e570eac3c7a85d150 0.01 MB 15 1,174
Previous 10 blocks ↓
Total Size: 769.42 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,645.21 GB sent, 95.04 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.