Memory Pool Memory Pool Refreshing

5,620 transactions
1.51 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,701 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (438,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,916 468,916 000000000000000000e992aa808974d1c2db901d3d03ab083af1b8e1c1408bc0 1.00 MB 720 194
468,915 468,915 0000000000000000018f5a95bc0cfae764676121abf88e6cd24d8c32bb61ce1c 1.00 MB 2,754 409
468,914 468,914 000000000000000000d793b00f0646f1d322728da2d23efd454ef29558dda00f 1.00 MB 1,984 351
468,913 468,913 00000000000000000129b0d2b1f66c4722dfbaebd8df1921506d6bb44ed0475b 1.00 MB 1,955 319
468,912 468,912 0000000000000000001fd25f9c1085486d24d379f5feb4b4dd11cfef7b9b644f 0.92 MB 2,871 438
468,911 468,911 0000000000000000016ab3fb4d819f1b40cd92d75762a18a1931684673b62777 1.00 MB 2,548 347
468,910 468,910 000000000000000000f5d6aad67849a06af33fecbe25169c088401ce126ba88b 1.00 MB 2,652 395
468,909 468,909 0000000000000000014c879eefa89ad279c17630290843eb6feed1e72bf106a7 1.00 MB 1,088 273
468,908 468,908 000000000000000001d814690dda454b129af3471b09500050656242da16be8b 0.00 MB 1 0
468,907 468,907 00000000000000000097cbde199c06f10af02db1bf04ed1e006f05509754c846 0.99 MB 2,051 335
468,906 468,906 00000000000000000056b8cc3ecf5ebc907b71e291347f6880d62abfe111f0f3 1.00 MB 1,322 394
468,905 468,905 000000000000000000aa987870a13ba58925fb8562d1a4a278ce2ede1eb24287 1.00 MB 1,968 375
468,904 468,904 000000000000000001b794a097f699f6a41a18a96ce3524276e56db0b09199a8 1.00 MB 1,361 270
468,903 468,903 00000000000000000003d20e1b6d8ccb4809cf5837d287870caeaca27319de2c 1.00 MB 2,181 467
468,902 468,902 000000000000000001b92acf4e38613f0293ade0768a80e583fecd58841d6c4f 1.00 MB 1,254 317
468,901 468,901 00000000000000000191a445d02c087a6197d564395776e71baa33fa4863c3e4 1.00 MB 2,150 367
468,900 468,900 00000000000000000174813cee5ef0def451a6da8031d0ed44341c1edf867fed 1.00 MB 2,245 406
468,899 468,899 0000000000000000015419f92d2b1bcab59e655055f7f8246f8fbcd8fccbb6c5 1.00 MB 2,048 349
468,898 468,898 000000000000000000f2dbfda2dfe564f0d64fef85fc130ecb68390736e17596 0.99 MB 2,103 314
468,897 468,897 00000000000000000037d5546d3f9c8d073be24e73f0936671e2f68c6ff755c9 1.00 MB 2,261 398
468,896 468,896 000000000000000001547b9a061f6c9da8d367ba7b7a68425c06083cd79f7751 1.00 MB 2,500 348
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.