Memory Pool Memory Pool Refreshing

6,361 transactions
2.32 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,679 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (113,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
794,303 794,303 000000000000000000033c59708025b67a8b8518d3760151eb4980e7a3a21e62 1.51 MB 2,361 36
794,302 794,302 000000000000000000026fdb27819e40a3429f6ce22494ffc3636c901c5c536a 1.66 MB 3,885 41
794,301 794,301 00000000000000000000e2f65871279634a11d953bb3e696a9db356eb7e6fc22 1.58 MB 3,174 31
794,300 794,300 00000000000000000001560c2fb31dbce30588c39f47bb3d6de0c445af74cd6a 1.58 MB 3,731 40
794,299 794,299 00000000000000000001ebe59cabcf91c0476ecf9f72354361b9344a6293fbb6 1.50 MB 3,520 45
794,298 794,298 000000000000000000039cff6d2d7c3b64469992a22378539480e0f22e9d3550 1.59 MB 1,760 40
794,297 794,297 000000000000000000025fdad82301d3d2c7f1a943c6a9531771f0297a5cbc94 1.49 MB 2,942 61
794,296 794,296 00000000000000000003fa051d3787cf348c88726fabb1a6eafdb4967bf4d7f0 1.51 MB 2,939 54
794,295 794,295 00000000000000000004f78b5aba186025139b4a818081ee76ee2f3a0a393024 1.58 MB 3,943 63
794,294 794,294 000000000000000000017d86b04eb15b08f8297a2f4c7dcd54c41473a13c6b38 1.58 MB 3,238 58
794,293 794,293 000000000000000000053bbd9db66f63a9f95f9b4ffb0c1d1ccfe4903babcf8b 1.86 MB 2,211 11
794,292 794,292 000000000000000000004498e31d244499ec35e4666cf0ff9f5d8a8912ac550b 2.08 MB 3,194 16
794,291 794,291 00000000000000000001d83f9e483ebe09f41d9bf1b23282b11ba261914862f0 1.74 MB 3,959 20
794,290 794,290 000000000000000000015cfad0b4664bfa6b5d3bc17c171c6364328268b5836e 1.89 MB 3,472 18
794,289 794,289 000000000000000000047763214f60ef1460684cfea87d45c8b0fccd1313eb21 1.55 MB 3,033 31
794,288 794,288 000000000000000000017a4742d49845a5f903071a86e8bf85b690af7a63c546 1.73 MB 2,498 21
794,287 794,287 000000000000000000050e07a6fc27831ed90d2f7abf852ddfd68bd270afe473 1.79 MB 1,789 10
794,286 794,286 00000000000000000003ccba7d863ffac86445fb043d94ce10eafef5cf20680d 1.71 MB 2,587 16
794,285 794,285 00000000000000000003fbf99204d761c4969deb217d2361ef8ee65c13e7a92d 2.01 MB 3,174 15
794,284 794,284 00000000000000000005121bc030d6d4c5a704ff00258801a9977cc38e9cbe4b 1.75 MB 2,577 20
794,283 794,283 00000000000000000004e575f0ffb58ac8da8cbb44b356a391c8d74c760e43e1 1.42 MB 2,497 37
Previous 10 blocks ↓
Total Size: 768.98 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.49 GB sent, 92.73 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.