Memory Pool Memory Pool Refreshing

8,354 transactions
3.35 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
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,733 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,296 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,732 (696,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,323 211,323 000000000000021924a43abc8607d2c4dc4865da04a46a5c728a5113027ddc1c 0.07 MB 174 157
211,322 211,322 000000000000010cdf6d2cb280bfc6d729dca903fdaa917cb895c0ab76b62fd9 0.00 MB 10 68
211,321 211,321 000000000000028f3579a104f7ccde0a60b11b75be01f686cc7de23f477e4892 0.02 MB 24 83
211,320 211,320 000000000000031ef8e0c27ea0f5d343bc848e56d112cb6528a7e7bee33bfdf3 0.02 MB 37 117
211,319 211,319 00000000000000cc47f87606df3c268bd20610dd94c0cc64ca0633f11b38fffe 0.05 MB 114 155
211,318 211,318 00000000000001092b8c1fecd46b9b4159124ddedb56a2e2a77d490951cba55d 0.13 MB 267 126
211,317 211,317 0000000000000153d6de0b8f2e8fe585ed26d2e5e6d163466f903350fddf1b49 0.02 MB 46 91
211,316 211,316 000000000000022b4087a6478768bae84e681585e1bf98e8e16a34b8f5f81a4c 0.01 MB 23 90
211,315 211,315 000000000000035a4403a9f0a8a7c739884762893f39fe1c42f62a8e95e49578 0.01 MB 17 224
211,314 211,314 000000000000028dc176e2dd5fc81a137bba396b10e37e9fe3e36fa16e2b0116 0.19 MB 349 53
211,313 211,313 00000000000001fb4487a0ee14207ada8950c445036c9465fef5746933625a6e 0.18 MB 467 468
211,312 211,312 000000000000022489642f38c752ec2ba704178d4528ae6bc886cee3a79c0edd 0.04 MB 75 122
211,311 211,311 000000000000010a0e51b18ac6fd4cbf6ebc012d38d5287202df822a8bfb76ee 0.19 MB 649 189
211,310 211,310 000000000000012164f1bb822f2027207cc5a58e9d5c016e347ffc7967aba76a 0.25 MB 486 159
211,309 211,309 00000000000002265e8fc0e77a25e5f684068d2383474a9abe804d481d76dfa3 0.00 MB 10 18
211,308 211,308 000000000000023b3be28dacf24680f670f798214ab78d238d01249e5a83a8b0 0.13 MB 493 178
211,307 211,307 00000000000003c1806310cb2b87d411d00d600cc766a7a67d7bf26423fb16de 0.42 MB 918 180
211,306 211,306 00000000000002df43367728ef43f33018d36ee2679ad30fd044897b3154074b 0.24 MB 430 182
211,305 211,305 000000000000041a3e3a476bc613a7d80039595093048a5ce7202d7765639ac7 0.16 MB 307 105
211,304 211,304 00000000000001d0136ddc34883c4492a4f9da0772a1cd897db25503b8e46dbf 0.04 MB 92 163
211,303 211,303 000000000000002f2e260c1294ad8cfd0614ce05f17042fcdc346cf8b49c40ff 0.12 MB 289 188
Previous 10 blocks ↓
Total Size: 769.04 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,627.10 GB sent, 93.10 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.