Memory Pool Memory Pool Refreshing

2,446 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (550,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
357,236 357,236 000000000000000009cb2e4fd1184f639a897502b4d1814a8a9b2b8287fb33d7 0.21 MB 315 22
357,235 357,235 00000000000000000554dc3f290183b46d211de61ea9b0a4b956aa0d64c88d71 0.68 MB 1,336 30
357,234 357,234 00000000000000001351190d94e3aafa9e1742097a5cb25fac1f9dff7637b3ad 0.06 MB 27 4
357,233 357,233 0000000000000000068f5b30dfd833937fac653f5f30c4f265ae0052b491797b 0.08 MB 86 15
357,232 357,232 00000000000000000a8c4c174b58dd97e0424783d4c482b967d23966c1d5a76a 0.14 MB 293 25
357,231 357,231 00000000000000000e2c22082c55b1353320347cc68e5add57d74684bff048dc 0.38 MB 489 15
357,230 357,230 000000000000000007e31cc9995cade2cb5c42834f984d6db38f798dc57790d0 0.75 MB 1,604 31
357,229 357,229 0000000000000000052baa120e0e4eeb6af5b395b6ca684075428966c993928f 0.26 MB 472 24
357,228 357,228 0000000000000000096b41dd18c907e71a69ec29864ee24f97fefcdcda22d11e 0.21 MB 330 21
357,227 357,227 000000000000000003c84bff09ba79146629f6787db5a40b8a53d7e548cf706e 0.14 MB 262 23
357,226 357,226 00000000000000000c5909edb32fa8037471708d0625207837a4e44f8387678d 0.05 MB 97 25
357,225 357,225 00000000000000000aed9276e0421d920bcfe0a99f1308fc944ce8240b14f2c8 0.64 MB 1,039 24
357,224 357,224 0000000000000000125bd58159055739bb7b18715ca54b7a2fa4ab48cd5c5d07 0.11 MB 108 14
357,223 357,223 000000000000000006dc123ed79faabea193515ba9e797623704cb8d2bfb7d0d 0.59 MB 1,007 21
357,222 357,222 0000000000000000152f59d8c7473fc1e3947257d35a9ad4d49c0a79a376db9b 0.75 MB 1,269 23
357,221 357,221 000000000000000010d101b9383e8916816c76ead89e4d5d646eecde08f31958 0.00 MB 1 0
357,220 357,220 0000000000000000040febea7f500c68494d95684081dedf4d363f1057d21d06 0.75 MB 1,616 30
357,219 357,219 0000000000000000059b5b9438066d316ddb662c451b628adfeade36bba99d39 0.31 MB 665 28
357,218 357,218 00000000000000001527ea483a4fd8159493035bbb212aa25f694909dd0afab8 0.11 MB 253 31
357,217 357,217 0000000000000000138b3d685171d541974d6fb283250d31054be067b48f9cb6 0.06 MB 126 26
357,216 357,216 0000000000000000086f9e2d2f945a3d6f2fa159e7b9b5cab8674863a634043f 0.10 MB 162 20
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.