Memory Pool Memory Pool Refreshing

951 transactions
0.29 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,470 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 936 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (831,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,639 76,639 000000000066b2449b277959cec453f708c7f5020ac99f32ab16075ea1bc1de2 0.00 MB 1 0
76,638 76,638 000000000026e846d8cff04f640e0346eadff1e291a2375af9bf3caaaa74c307 0.00 MB 1 0
76,637 76,637 00000000003650682031f89ba49973c792babe5c8fdf072c2e89aba87041dcc9 0.00 MB 1 0
76,636 76,636 000000000006ae85d65f1223baa07b58e79a18c79390e5717c3394140eb3bcd6 0.00 MB 3 0
76,635 76,635 000000000056c85ac386fbb85fad2e04ce74501e1cdc7b99660eafcdb29fb109 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.89 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.