Memory Pool Memory Pool Refreshing

9,857 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,090 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,755 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,089 (787,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,674 120,674 0000000000005f72a21f050cd2f70073f57f5d09720c7334f8411d5a2bc79ffa 0.03 MB 101 345
120,673 120,673 0000000000007fcbe297fb137625d10f546e2ca830e45553c58fa36748f2f213 0.02 MB 31 539
120,672 120,672 000000000000898086695b5676e50af787a25dc9f22b98a682c21aadccaf0c51 0.01 MB 53 336
120,671 120,671 00000000000053d469d0108a95db9decc87b173c645c6f89578755c53c108392 0.01 MB 32 171
120,670 120,670 00000000000000e2bfadc3f2f3c40a20005a82112a29f318325c1f06a71ec7c3 0.00 MB 10 3,875
120,669 120,669 000000000000819854881a8244c780d289411eae0ff4815dce3c48dcf3db8f3b 0.01 MB 34 1,450
120,668 120,668 0000000000000a38aa85820dccccd2750dcbd3923d877ee742f728c2c9ed4d9c 0.00 MB 5 650
120,667 120,667 000000000000415253247a3be23b433316f23747b91f65ad337f04effe35b446 0.00 MB 9 1,701
120,666 120,666 00000000000039d454667715bcef7c7bbe44df5bb8c0f4e6d8234b3f5a60a7ce 0.01 MB 22 1,114
120,665 120,665 0000000000009a6faa30ca5f899a4f939f1de72512161e84649e2baf69399951 0.00 MB 1 0
120,664 120,664 0000000000008e3c671f167ca18127f7d9bbc2467406f1c3bffeccf78d36e993 0.01 MB 32 2,611
120,663 120,663 0000000000003514c31056d9c01d290528090a5da458aca670d7f5fbccd75082 0.01 MB 8 182
120,662 120,662 0000000000000fd467d122f1e475b3a5a79d6e33099bc70d3870b4961fc97716 0.01 MB 9 365
120,661 120,661 0000000000008a81fd9072a27441677904847f939d507c0a4a0870a27a17ab08 0.01 MB 11 160
120,660 120,660 000000000000807002829947505159c777778a22f9f4c00753477650ccae675b 0.00 MB 5 3,386
120,659 120,659 00000000000023d836a726d7097749c13ec6cbcc600ed1ce1adbdd7b3dbd9c53 0.01 MB 19 659
120,658 120,658 0000000000000f9da6c5ff1c5cffbd98d7460741ae9e76270ab16984f0202824 0.00 MB 13 1,307
120,657 120,657 0000000000009734515da6094d13832addd1705ee3e5e7e11b0d92a23b445542 0.00 MB 7 0
120,656 120,656 0000000000000fa2d4dd71f18663fda76fd12ad83512cbeb7e52d1e55314f734 0.00 MB 3 0
120,655 120,655 00000000000034f7bce37cf43f27301dd0363bffd0dd537019855f437698ab5a 0.01 MB 2 0
120,654 120,654 0000000000006e6b7eb8c9e4d05b9cda9b4612bdff0cd65b47ba3e9a51422c05 0.04 MB 141 97
Previous 10 blocks ↓
Total Size: 769.71 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,677.61 GB sent, 96.47 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.