Memory Pool Memory Pool Refreshing

6,995 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (755,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
152,328 152,328 000000000000097650e4376c6fe406a3a77f31a91542acf4d7193eb3f1a812b0 0.03 MB 72 27
152,327 152,327 0000000000000aaf001d94d63337eeb7ece5d7c4c8b0b9f06f2b4c36cc661603 0.03 MB 76 123
152,326 152,326 00000000000007921bc4e15406d8f03445a27054fe255c5d51cce849486060c1 0.02 MB 52 69
152,325 152,325 00000000000003accece899af8a11f675e991ff5fa28b2b57199b950dcb288a0 0.04 MB 99 42
152,324 152,324 00000000000001a9dc326583505257c47f38f5bf98cfb3848dd5900f95310793 0.00 MB 1 0
152,323 152,323 000000000000019b4a1511170a4c272dae3351790ffdc00d071b7af76fa472b5 0.04 MB 87 70
152,322 152,322 0000000000000532cb847a2d81359603e8d3211bd7d2c5a99f964f118d976020 0.02 MB 35 143
152,321 152,321 000000000000095e952b668f0057672a06d9debcaa406e44212ec722d1de4fd2 0.00 MB 1 0
152,320 152,320 000000000000060fb21caf3c02431798e3184822cc48068d9f1d692d87008ebc 0.00 MB 7 20
152,319 152,319 00000000000001bc6cf1cb0883f036f14b03faa2f44c49617ad20364ab136cfb 0.01 MB 18 158
152,318 152,318 00000000000008abe19c485f74c0d9abe04ea2f3d327fb08ab8e978401fa551a 0.02 MB 27 308
152,317 152,317 00000000000004026142239e8b4c6bf91ca65db69fbf4c40f7b2bb95157bfe81 0.02 MB 52 71
152,316 152,316 000000000000040bb5784c5a3cdb3a219d8cd64f852351d3727c9504e0324414 0.04 MB 71 139
152,315 152,315 0000000000000513f99d7cdc4223771b0a5904076f283fd25deb9d664054cfde 0.01 MB 15 246
152,314 152,314 0000000000000270875d73eca9da43c39d5c82b5db9eeac0e7de4bb4071a82b7 0.02 MB 56 220
152,313 152,313 00000000000002f2f2c0893a7db90fc4bd25e54dd4f17f4f2b930cba6276bdc6 0.02 MB 62 26
152,312 152,312 00000000000006151f65973f6b2bfdcfc8165be93950bf030fc0ad350a8f0f5c 0.04 MB 82 114
152,311 152,311 00000000000003d4b3130396b7bce700f58fc23a13f38b58218f598dbd9f7415 0.04 MB 130 10
152,310 152,310 00000000000009bd828aba3e2f02480d27fcc9080fc07f2e94153107698f9154 0.00 MB 18 140
152,309 152,309 000000000000033ff697156383e2be71468db78c09fdf5dcec3ef9a4eb2dea4b 0.03 MB 75 265
152,308 152,308 00000000000006ab2867cbbaa5bc263f901a61d565aaf44cd4096dcb2ba8d5ff 0.03 MB 90 0
Previous 10 blocks ↓
Total Size: 769.25 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.12 GB sent, 94.17 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.