Memory Pool Memory Pool Refreshing

2,823 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.89 vMB 2,814 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (28,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,705 879,705 00000000000000000000e5c37ed3809ed9d7d90320e2447c01c0c673fe9e6ac0 1.72 MB 1,740 2
879,704 879,704 00000000000000000002836f4810f9dd92dff2f2d31206f03be4ef9e1c8a5f6a 1.91 MB 2,226 2
879,703 879,703 000000000000000000019c8437fefa9a88b9059940e04e8ec6a74155f3daa537 2.01 MB 1,266 1
879,702 879,702 00000000000000000000bc444815d5dc1a6b053e0ad22fdf2c572e6a9146cf9d 1.71 MB 1,872 3
879,701 879,701 00000000000000000001f9bde838b042e4b1240c3674d2eb84582eeee50ec6e2 1.68 MB 2,024 3
879,700 879,700 000000000000000000015af587657057096738473d02da6f8635aa53c11d9f6b 1.92 MB 831 2
879,699 879,699 00000000000000000001a4c66af7cf0c9c042787b79a506de360bed405b308db 2.02 MB 1,260 3
879,698 879,698 00000000000000000001fa94121e977c46d08edaa31dfdc29fa00b77877ac2e9 1.52 MB 2,378 2
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
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.34 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.