Memory Pool Memory Pool Refreshing

5,123 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,831 (737,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,118 170,118 00000000000005d1c931aecf64526296a7f542bd5b3a913a624b00d6c97f9373 0.02 MB 70 0
170,117 170,117 0000000000000a59bc722db6cd808d00c61a1c6846d230fc9c6fc5d928b4d717 0.01 MB 14 82
170,116 170,116 00000000000002f5ee915f3d61e7b3a10e3624549410423f5d7f55170bb4823a 0.03 MB 68 85
170,115 170,115 00000000000004a08ea11d8651138cb60a8fdb5b6f71a36cf2aef0994ea44988 0.02 MB 22 49
170,114 170,114 00000000000009f13ba18d7a4c44a7aede971dad6355fb84583565ca95a6b8d2 0.01 MB 13 68
170,113 170,113 000000000000017c4694c445219e68f8508d22ea6183834792af7c8efec196ff 0.01 MB 18 47
170,112 170,112 00000000000006bd2439ce701198b0a8ade6633df0552f805926e46e9d84743d 0.03 MB 50 94
170,111 170,111 000000000000055877a6f02aad57e2c09100561fd0028ba30fc6c98a34043617 0.02 MB 58 193
170,110 170,110 000000000000051e102b063d0a2bd68281e50ca4867292c4d0edd421d6c55f55 0.03 MB 93 16
170,109 170,109 000000000000014c96c754ed417c8e494f6ffd87bcc72e157f4301729544e8d9 0.04 MB 88 75
170,108 170,108 00000000000004b5e1bd1b6f096b30bb015fe006d23d4e499a1f9785bdd22bc9 0.00 MB 13 13
170,107 170,107 000000000000087c1d8ac3230f68d3df271c8e46247b306ca552b2091b1141c7 0.01 MB 25 203
170,106 170,106 00000000000004019c76d88ae32a094ca52c16b035521259116b3c5b7a7a2c7b 0.04 MB 86 182
170,105 170,105 00000000000008d9c2124b718f5cfd3e564ae9e89c6d1f0e477e2ea0a465cc95 0.01 MB 16 105
170,104 170,104 0000000000000ae367756ccfaaa141cc789f9216a810f7d9bd9b6a9de30ddf0d 0.02 MB 63 162
170,103 170,103 000000000000042a2eadce42c2893b4485f288b2e38da2c5dae381636445d5bf 0.05 MB 157 5
170,102 170,102 000000000000070589b6f8b09f3ffe2858a57840a4521b151306683db4cd5c4e 0.05 MB 111 124
170,101 170,101 00000000000003264f94fd0b297a274386997a7783d14a9f9ec0bbd473274219 0.04 MB 65 327
170,100 170,100 00000000000009965df431e78c0f3062601cb5e287e9e3bde4a442eea2a747a9 0.02 MB 53 14
170,099 170,099 00000000000003206c95c6f6d00e34e41da630dbbd66cbf002f31509cde39a2d 0.00 MB 1 0
170,098 170,098 000000000000079f5d61f2ba50b7497f04603a9b07be9589beb8ef8ad63fa6e4 0.01 MB 33 182
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.