Memory Pool Memory Pool Refreshing

904 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 886 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (2,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,641 905,641 000000000000000000004a8f7c917b589ce6d317e371f6e673cdcb903daf268b 1.56 MB 3,813 4
905,640 905,640 000000000000000000003053144654786301f4aa5933d654ac9428d8e2df823c 1.09 MB 1,650 2
905,639 905,639 00000000000000000000deb9ccd56a48af7eba0600958ec880aa2a6dc3ed83d3 0.01 MB 25 3
905,638 905,638 00000000000000000001496254ee0d3a14db4453ae064f19080d960c734e68c7 1.67 MB 4,328 2
905,637 905,637 00000000000000000000ecea9a849a96c9c927b43a70bd35dc9dba7235078347 0.87 MB 1,424 2
905,636 905,636 000000000000000000002cdd99b263365516fbfbd5f31e8ce67c76dc21b41124 3.60 MB 315 0
905,635 905,635 00000000000000000000447cbfff66cd36bc45c77cb755aac6d04c467237c1a5 0.33 MB 713 2
905,634 905,634 00000000000000000001344eb8883512cfa97a5c9aac058fa91d47b6ec346822 0.90 MB 1,074 1
905,633 905,633 00000000000000000000be8e8656e4c3c7b11a373c546360a0dadbc8c329a794 1.73 MB 2,367 2
905,632 905,632 0000000000000000000080149954835128a517414638d0da65a438055ed51cf2 1.45 MB 1,259 3
905,631 905,631 000000000000000000020eecbd74e9b640d2f0d476ad9ef8069e1396dc724ed6 1.80 MB 1,135 3
905,630 905,630 00000000000000000000e700208ca95319f2031608ef221e817ef5c4b6856e1a 1.83 MB 2,795 1
905,629 905,629 000000000000000000003b930fb909ef87486bada875960fd471b3586677027d 1.74 MB 1,949 2
905,628 905,628 000000000000000000017573a7643316d36ea7713d1179b1018d2d9f9fb26882 0.96 MB 1,422 2
905,627 905,627 00000000000000000000e02acf430c023765de451eaf8ed726c75510b87ebd24 1.76 MB 2,187 3
905,626 905,626 000000000000000000022f4f772b97662f971c8751794a98438eca10eb05e0aa 1.67 MB 3,552 4
905,625 905,625 00000000000000000000806deb6c21cde2cc6029f2ae21595994a01ec866d4bc 0.31 MB 633 2
905,624 905,624 000000000000000000001c187366b25bda124502cf2bad2aa9204b82927cd9e2 2.12 MB 1,975 1
905,623 905,623 0000000000000000000163a00eb8bf2d53e913b90bdb673a136b3851c95d42db 1.71 MB 2,666 1
905,622 905,622 000000000000000000018961cfa4f86b2ebdb551f0ad95290b01bd521916c609 1.65 MB 3,902 2
905,621 905,621 000000000000000000009e91a1eb0ca77e7e781232219fc2910c4d2809679b28 1.68 MB 4,483 1
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.