Memory Pool Memory Pool Refreshing

915 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,286 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,285 (831,651 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,634 76,634 00000000001a9cb3082ea7fafd81b144f97a3e30856c22a20ac2077a5836ec14 0.00 MB 6 0
76,633 76,633 000000000004e0d28e0311aa0ff37c81a911e9bfebc85c4f42c3fde6bd4f6588 0.00 MB 1 0
76,632 76,632 00000000001f58def4760ca7301aa4f4ffa6bba2457b1e2b689d3796a126c620 0.00 MB 1 0
76,631 76,631 00000000005f02d65a9f58737d8803a8c09eb2e61ff164afa790e482b00546c4 0.00 MB 2 0
76,630 76,630 000000000049f79659530cf12c06f9222d9a77062ad53ae5d543d060bad52e7f 0.00 MB 2 0
76,629 76,629 000000000012c592c1cc9fee4524eebbe578cf1a66515233986e966f15d540c3 0.00 MB 1 0
76,628 76,628 00000000004ca43b4b2d2d26dbe6393258e986d22338b35cd3ee76a6612eeefc 0.00 MB 1 0
76,627 76,627 000000000017a97c5e5b839ba781f8c875a9b2a54675af4986903b1a660cc54f 0.00 MB 2 0
76,626 76,626 00000000005250eacab750b939d9038d12eb67ce979cd703523bdcaabc052577 0.00 MB 1 0
76,625 76,625 00000000003891b117cce9e2d00542088e8a851b92cf221a051cef6bb79eb719 0.00 MB 1 0
76,624 76,624 000000000058d4516771918ac8df6bea2716380cbeb2040f4f0d8d0fc53a7e5a 0.00 MB 1 0
76,623 76,623 000000000045863c79c818ec334d412ab5325a2600e554ba28f3bfd20335229f 0.00 MB 2 0
76,622 76,622 0000000000217dec14cb694b48a429def541d7ddcdda71e1228d7b27a5a15abf 0.00 MB 1 0
76,621 76,621 000000000018cb95707f4a9bdbf259b9a76eec135ba421fd724c2f7948c5def6 0.00 MB 1 0
76,620 76,620 00000000002e6b26adf020a80d994efc3730ec58bc603198c83fa36b982b353d 0.00 MB 3 0
76,619 76,619 00000000005523759106cc8c20571365df71bd4076aa14f4cc0bc84f3b6d31a0 0.00 MB 2 0
76,618 76,618 0000000000326f4135e76aa1d6d7077541d7b32529862c2e591f408f23f36829 0.00 MB 2 0
76,617 76,617 00000000002e670ebca644ab242c61d3b51bf4d1f1281525cb7a808b25e21ab4 0.00 MB 1 0
76,616 76,616 000000000003a69d2fff42d5a11aae3823f7c7cb5a1283bb289ce8a0490d6bf8 0.00 MB 1 0
76,615 76,615 0000000000129604d1346f9f99efd57336046bb5d1d048b681054df124078d20 0.00 MB 3 0
76,614 76,614 0000000000633ffc0870e834aea271a16e27a1665d32f568a5dce59ae6511511 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.17 GB sent, 98.26 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.