Memory Pool Memory Pool Refreshing

7,504 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,851 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (217,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
690,615 690,615 0000000000000000000828d93dce8890d15b75363664652580176112d023cb61 1.71 MB 1,148 14
690,614 690,614 0000000000000000000b1c41f073913cd20349ad224a92e1fff75a665df4c956 1.75 MB 676 7
690,613 690,613 00000000000000000004d573749f4d4ca225019a4920bc56748b93362fc5c23c 1.69 MB 901 1
690,612 690,612 00000000000000000000c1aac8d2229f0067cc1814f606b212f5290e0ae45d60 1.46 MB 2,518 34
690,611 690,611 00000000000000000006192f1b2f47f8d6930793b55ff0c8a842b22030a53fa0 0.98 MB 1,558 8
690,610 690,610 0000000000000000000151dd91137cf0b3c8600a0182dd353e406036801f6a3f 1.43 MB 2,790 12
690,609 690,609 0000000000000000000a324299cb3ef8e569b4776e0f4512e264d60da362ee2b 1.40 MB 2,412 14
690,608 690,608 00000000000000000010357729e296b9d77c22f98d5825e7e45cfe6d5b3cc30f 1.30 MB 1,064 28
690,607 690,607 0000000000000000000abbe4bc1d78b274354e5fc2d8a608787d72ac39566f05 1.27 MB 2,127 27
690,606 690,606 000000000000000000032ea2a3dd7aec0b7b513e81295c2c10d9feb7d88b175d 1.26 MB 2,109 77
690,605 690,605 0000000000000000000c6a15b6cc76be8e55f33a9e983234cda630ca4bf41173 1.42 MB 3,001 22
690,604 690,604 00000000000000000007a0f8f7a5a30029cd0b20443ffb9b37234160db60c6e4 1.04 MB 1,845 21
690,603 690,603 0000000000000000000562b48173a88018cbf8bb13c9e4efdb2f718e3943f5c3 0.92 MB 1,365 5
690,602 690,602 0000000000000000000aa1600a851941d0e3d405feb53628c2143ec166892091 1.43 MB 2,973 33
690,601 690,601 0000000000000000000cde38545f019660b77012726ff0eb684e15bc3a858d97 0.59 MB 1,263 20
690,600 690,600 00000000000000000008a1800620f1d1e674defcfdc18ddb34f22204a832aad6 0.35 MB 692 17
690,599 690,599 0000000000000000000f0817999608e9b18d9dc1bded5987b126ad4551ef258b 0.12 MB 297 24
690,598 690,598 000000000000000000128ca81a9d8cf7a4430869ce78b5b7369dfba5d6d242a2 1.19 MB 1,325 16
690,597 690,597 00000000000000000009dbc9df3ece6018d1632442058637ba5ec6130a8f2bb0 1.26 MB 1,484 22
690,596 690,596 0000000000000000000cbe3c0dd555aaee0b2e00384d1f04f084e96d27206d31 0.84 MB 1,663 22
690,595 690,595 0000000000000000000b3f2561d9845225f7088b94ecce461b06ac8db1c66ca5 0.60 MB 1,057 19
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.