Memory Pool Memory Pool Refreshing

953 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 946 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (209,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,403 698,403 0000000000000000000dc76b183c59681e0970e8ee3731938b9323bfe907bf14 0.99 MB 2,060 11
698,402 698,402 0000000000000000000a7eec5515ebdc6831c5b16074534b795526fadd08648a 0.42 MB 685 7
698,401 698,401 0000000000000000000155e9595693ccf54f24b8b637ff81f19caf52df8735c2 0.94 MB 1,046 6
698,400 698,400 00000000000000000009e2d95509bec3ee9a786cb4756ab7739e020ce37afa0c 1.23 MB 1,320 4
698,399 698,399 0000000000000000000de1867b1c3c76349f263e9cfaef5f10aa18b80cec4548 1.48 MB 2,617 15
698,398 698,398 00000000000000000001c58b4c607a85e2702ac3453307b5e97241f7301c3b7f 0.20 MB 416 36
698,397 698,397 000000000000000000092642ff7928dbf70f8ca5b5a04608b8f1af40f526ae87 0.09 MB 172 18
698,396 698,396 00000000000000000009805e2838bfec039c1621aa0f4194e50363590bd228b8 0.67 MB 1,125 8
698,395 698,395 000000000000000000034af88b59dbeeecde9559dbb88002efaca37865684a97 1.49 MB 2,429 10
698,394 698,394 000000000000000000014514384d84fb670e1788473712e5e4a5a98d42360175 1.62 MB 1,633 6
698,393 698,393 00000000000000000000dcd935bfcb9ead13ae50489947cde219715e73bdbe81 1.45 MB 3,040 7
698,392 698,392 0000000000000000000e05b4df0ffc2aaa7f6a8be6e9f40c53d2ff928a0b0f95 1.50 MB 2,592 9
698,391 698,391 0000000000000000000c663e88616a9d6ad203ea017547d99faaaff49aae9c58 1.45 MB 2,651 23
698,390 698,390 0000000000000000000dd3cce15fd5a575c0d3ca286c591d116ad3357f7ce592 0.51 MB 918 9
698,389 698,389 0000000000000000000d297423b709bb2b52c71329d2ec2b20ad067448e8ffed 0.63 MB 1,163 11
698,388 698,388 00000000000000000007a9dab6c3d66e692f5f3ad35a140e14c4ed563b4d736a 0.26 MB 541 14
698,387 698,387 00000000000000000003ff615270313b0a16da7f4923164a3656ea7f187a2e80 0.33 MB 628 8
698,386 698,386 00000000000000000007b6a0c7c91ac3b4f144e73be495db63bea27a98a9933c 0.87 MB 1,105 10
698,385 698,385 00000000000000000009c9b9c089b868eae253e25dd4b468f7616a2090c227fb 0.32 MB 429 10
698,384 698,384 0000000000000000000fa6a0a77cd7a677d0ed542767f6843da488362abf179a 1.14 MB 883 4
698,383 698,383 00000000000000000004fd75ae3076cf3490c184c5a4b9df3803497a386e4cd3 1.44 MB 2,353 11
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.