Memory Pool Memory Pool Refreshing

7,501 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (637,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,320 270,320 0000000000000001119a3e3ba6529960474efc50a9c06ae6dc5601689ade9a7c 0.25 MB 745 77
270,319 270,319 0000000000000002b3ea2c8594bd19df3722673663e7421bc31b9c2d59bdb677 0.13 MB 149 29
270,318 270,318 000000000000000430022c64e180aea57272b0795c51246239314d231ec1a7ce 0.25 MB 831 123
270,317 270,317 0000000000000000652c1dfb02cf9c90bc7dc86ec52ec8acc09d6ce4e42101cc 0.57 MB 1,043 48
270,316 270,316 000000000000000132dd52ff8dc446aced94e3e2f15dcaa1ac5b3116c62784cb 0.25 MB 474 114
270,315 270,315 000000000000000427a55e459ed2a2cec7d89ec1233e7a278c10a74d36576a57 0.23 MB 412 38
270,314 270,314 000000000000000104fd756a4cbce17647d3b6ac6413d61d8a061e9d7d6a4016 0.18 MB 193 20
270,313 270,313 000000000000000370fcb7ecdfbc8e81224c3f1747545ee8dc6cef5d8837e96b 0.15 MB 202 28
270,312 270,312 00000000000000040ba914c1e37674c0e5d264982812c802009bedf628cae01c 0.02 MB 37 36
270,311 270,311 0000000000000004946addb89fdaa884424583da9a9912f1b28a0623c80e8126 0.09 MB 85 21
270,310 270,310 0000000000000003928392ab05be1932015cf3b3860f211c565a3111390833c2 0.25 MB 521 71
270,309 270,309 0000000000000004266d97d3495d0145c8c94a903646daa8e681b7a619d301b3 0.15 MB 124 13
270,308 270,308 000000000000000524d52a22ed99aecf0c62ac91874f21fadaa9a2387dd9ac66 0.50 MB 866 54
270,307 270,307 0000000000000003e39f81d0ced888be258aa7a3d548f6c7c165c0b7e70f2ad1 0.25 MB 427 63
270,306 270,306 00000000000000033119319c97ce9d12c819ae2932923b5266341afb16b0eeca 0.20 MB 491 94
270,305 270,305 0000000000000002e3557a5756e0f3b8539270b86e5c51c17388b1f73557632c 0.20 MB 286 53
270,304 270,304 0000000000000003a237add74de457129f96b644cfc97a3dd0a4981a8419c9b7 0.20 MB 374 94
270,303 270,303 00000000000000024ba74daeefc66120b05334d3dfa6c3dba40ac47c4361daa7 0.11 MB 264 62
270,302 270,302 00000000000000043abf13d972098c3466b09d6d8c7fa36646c98bafb6ebd10b 0.12 MB 236 43
270,301 270,301 0000000000000004a150746147a19923bc4adb986158b726b71b70f2953c9c53 0.37 MB 567 38
270,300 270,300 000000000000000177074f8e6730f198fb2c7b28e97aa2341cd95d7ab0988141 0.20 MB 537 102
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.