Memory Pool Memory Pool Refreshing

5,723 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,849 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (420,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
487,310 487,310 0000000000000000008ad9f5aca43e011a67e2df011f99ed96c52e9ad5af47e3 0.78 MB 1,708 48
487,309 487,309 000000000000000000ba0fff3d9533ef99ab8e52f05d89dcff0d8e5fa1c573fc 1.04 MB 2,002 91
487,308 487,308 00000000000000000017ad26cf598ca2afe40620612ddeed3151eb0a4938d6f5 1.03 MB 2,118 152
487,307 487,307 000000000000000000cdd20ef9923ecd38f7e334773372f2f66899efea8431ff 0.95 MB 1,709 85
487,306 487,306 0000000000000000001d53f8dca7cd44794d15a004247f891c4d9eb48b48e835 0.03 MB 71 128
487,305 487,305 000000000000000000dfe79766c74befa5d34511b81c85a44509c00c498e60d2 1.02 MB 1,959 75
487,304 487,304 0000000000000000000352f92478b3c207283b3cce29d9b2188223ea298db759 1.02 MB 1,722 140
487,303 487,303 0000000000000000000c5038244b81264bf6bb0a1dcd3f5e586748f220edc4e9 0.28 MB 471 104
487,302 487,302 00000000000000000058cb737730990f0b1823b81a9a13470a83cbbe42f310b4 0.43 MB 1,012 111
487,301 487,301 0000000000000000008323502d6171bbda58621c7b4483753703240e5d33d4c1 0.08 MB 105 100
487,300 487,300 0000000000000000005c214ccd8e32e6158595bbf8608a17754b796405361f5d 0.53 MB 1,227 115
487,299 487,299 000000000000000000969feb3460030a9699d6d2758fe5fa84e7ee7a60b3b0b0 0.31 MB 169 19
487,298 487,298 0000000000000000003c054be7a396f9198c1679060aaef76e332482b49ed1c7 1.00 MB 1,549 59
487,297 487,297 000000000000000000bb84acf2abf326c5f61b756c2cb33b6c088244bf59bbf1 1.10 MB 1,898 120
487,296 487,296 0000000000000000001948a02d2f1c3f38dda14e53927e798d4cf3b3923acce3 1.00 MB 620 38
487,295 487,295 000000000000000000c4e821e4a120a773f4cefe7aa31414fa331a601d7d055f 1.00 MB 807 41
487,294 487,294 0000000000000000003d9737cdfd0894bffc1eb01e714e623e37e89c488ae20f 0.27 MB 103 9
487,293 487,293 000000000000000000825843e95ee677bcbff4ad77e8e440aa1a96692bd43910 1.00 MB 427 10
487,292 487,292 000000000000000000fe5dd265f1b32959cb359e2e9b3ed5dc8e81680f84d055 1.00 MB 1,675 98
487,291 487,291 0000000000000000008e8891e2271289149bc66471c1c41f3f6c036e117804dc 1.00 MB 206 1
487,290 487,290 0000000000000000000c9b78b75ed0358f1d2150ddbf0000d586e954c4dcedcd 0.35 MB 607 70
Previous 10 blocks ↓
Total Size: 769.21 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,634.53 GB sent, 94.00 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.