Memory Pool Memory Pool Refreshing

164 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (28,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,697 879,697 00000000000000000001fa3cb624ab3359e6edecf61e794e2c90a560026dc09d 1.55 MB 3,433 6
879,696 879,696 000000000000000000022947071b344dfc6a789f33181f67fe6db91329b5e8d7 1.59 MB 1,851 4
879,695 879,695 0000000000000000000197fd25ea6822f6ff222ecf5ec601b07b41a99db42881 1.60 MB 3,335 9
879,694 879,694 0000000000000000000093a4747d4b320754fd1a7ede053c419b4cfad8be1612 1.93 MB 2,333 3
879,693 879,693 00000000000000000002695b2237c29a7d47bd904120c8ed248fd07b7e5bc9cf 1.53 MB 2,223 3
879,692 879,692 00000000000000000001e68860a7f727fa92a2915a449ca27cd0bd4203127ecb 1.52 MB 3,262 8
879,691 879,691 000000000000000000002199f57ca732ae5b8b7239487feffbf56c68b725ec8f 2.03 MB 213 1
879,690 879,690 00000000000000000000836678f3121411f89437bb9896738628eeeaa51a6ebc 1.93 MB 2,432 2
879,689 879,689 00000000000000000001a357e61e7da5d7752801c7490635d837dc8ff52da2ce 1.96 MB 1,304 2
879,688 879,688 00000000000000000000bb05960dbf1c54bc60aca0b4cfc368bbaf0f6f91c865 1.55 MB 2,768 4
879,687 879,687 0000000000000000000052b4797aa5e8cc4d834c8e18165b3b6fd0812e0badd1 1.65 MB 2,988 5
879,686 879,686 000000000000000000019fd48eb5b272c40bb1d6a43f31f57645f23d26883c47 1.58 MB 2,624 2
879,685 879,685 000000000000000000013b04077d0b282f871563c42e202fa2f028baf5dd0f1f 1.57 MB 3,582 6
879,684 879,684 00000000000000000001096d88c81957f393690264411c1352ea9c2a0d67bd63 1.51 MB 2,141 3
879,683 879,683 000000000000000000016c043a05265da735c3121a19d7d1cf6a06f2f89e5940 1.31 MB 1,168 2
879,682 879,682 00000000000000000000d3dda45bf0e76f556703c89586fe04f7a9b06610973c 1.59 MB 2,763 6
879,681 879,681 000000000000000000025bbc1b1043c6e18c11e6aa020f3214dd63b8b6ef2ad1 1.65 MB 2,657 3
879,680 879,680 000000000000000000017782daf0fee3d1ed8b01169af1936cbf99272de8079a 2.17 MB 1,548 3
879,679 879,679 0000000000000000000030abf3158fed6c791e3376d51733dbb0a4ed1ea113a6 1.65 MB 2,604 4
879,678 879,678 000000000000000000000478f3f63be7965855e6d28793609187ebcbdd18b809 1.62 MB 3,451 9
879,677 879,677 0000000000000000000275b181521ee48797683b26eb3c71d3352a7537030de6 1.64 MB 2,461 6
Previous 10 blocks ↓
Total Size: 769.11 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,629.32 GB sent, 93.42 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.