Memory Pool Memory Pool Refreshing

7,099 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,009 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (112,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,521 795,521 000000000000000000040c59710acbae523ad9477b40f18c4650940614f6f5be 1.53 MB 1,984 19
795,520 795,520 00000000000000000003135ad93d5180bc5d83a2a0e8434eb5df9eb28032b240 1.52 MB 3,741 32
795,519 795,519 00000000000000000003b3fa4a25fa62f75526a19fa5f87fd7ca538b192ac6ca 1.52 MB 3,400 31
795,518 795,518 0000000000000000000400788618021d1a8260605ef1f3206067b71c66e9d641 1.49 MB 2,978 48
795,517 795,517 00000000000000000004f0a974f1ed66be29079616644ad31dbceb7233c1371a 1.56 MB 2,877 27
795,516 795,516 00000000000000000001b76afd5026c347c7c368e9b70f8c1387bbdcb528a6ff 2.21 MB 2,009 26
795,515 795,515 00000000000000000000e58f0d8e5a799ea9b61f97817fb10e0e1aee3823b0d9 1.58 MB 3,086 30
795,514 795,514 000000000000000000054773724cd3bb0a8658253e5e88f241f1cadd5249849e 1.56 MB 2,582 22
795,513 795,513 00000000000000000001a44a0ff369635f39a9ee561502204d0c79535a6eb903 1.67 MB 1,622 15
795,512 795,512 00000000000000000001db399176fa4c8b9cfdec75cd827f37cd21e2e24c48c0 2.08 MB 2,551 13
795,511 795,511 00000000000000000003ecb058444dea27a4335bb138ca789c1a2e4234bd9168 2.01 MB 2,435 16
795,510 795,510 00000000000000000001f2d19b714a4437a07822af427e22628cb0cf01ee4549 1.72 MB 2,912 16
795,509 795,509 0000000000000000000402f0a0d7b66b1b2c2f23c21b2d2674d39925cfb96e15 1.79 MB 2,084 21
795,508 795,508 00000000000000000000f094c22f6ae27418c971db46f4b8d2b3219121fa1d53 1.41 MB 2,409 39
795,507 795,507 00000000000000000002f8da9c6c98f1e6a87f92ef050d28db8ca35b09c87db4 1.95 MB 804 14
795,506 795,506 0000000000000000000006bcc348e117874ba0026759c6403b3706a06303e7ac 1.85 MB 2,706 16
795,505 795,505 00000000000000000004f91ae80c8671ff92406e605883e1555b3377dade9d27 1.78 MB 3,613 19
795,504 795,504 000000000000000000018518dd510478e85a8dde8d303a7fc7692df08487c8be 1.50 MB 3,244 39
795,503 795,503 00000000000000000002dcbb2447fafab2444afa38178b6bbe5a2242244c0a5f 1.58 MB 3,272 24
795,502 795,502 0000000000000000000212d560b364a93bc2bc4b2d0feb7b5aa1c1fe898fbce4 1.56 MB 3,355 35
795,501 795,501 00000000000000000004d5980e1d458fc1d6061daaf805d961ece4f0f49a5593 1.38 MB 2,600 44
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.67 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.