Memory Pool Memory Pool Refreshing

1,839 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 1,826 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (783,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,413 124,413 0000000000005761bee5734ab92277af3e3fc61444527021883b316c6e9c599c 0.00 MB 11 0
124,412 124,412 000000000000121f95058f04148e23d4d80674f39cac119d6e3d69b819111199 0.00 MB 6 0
124,411 124,411 000000000000544209d3d624a27828aef96474e69360414c736c078e0585237c 0.01 MB 16 953
124,410 124,410 00000000000023cc0419562ae71b38ebaba96ecdc7630c0f91b490501b8800da 0.00 MB 10 606
124,409 124,409 0000000000002cf383c26913ed87718579360de3f7e78d5f4ab06e69f150ee61 0.01 MB 21 770
124,408 124,408 0000000000003d2231c5dda61d3d91b9c7e8ffe7fb53b61817ec8a48fb99037a 0.01 MB 37 160
124,407 124,407 0000000000003b6bddd2db6496dc353fa02ed48bf44a096406ecbd9d1fae1cd9 0.01 MB 12 732
124,406 124,406 0000000000003f6516e74f90147687307319a16e86c27fcfc5d9d46f75ca8907 0.00 MB 3 4,158
124,405 124,405 00000000000001bde5a7d0291381a8c83e10647b014eacc8ec2e9d0265e2eab7 0.01 MB 26 130
124,404 124,404 00000000000037c1e0a2049d842e98b0b18a4f3099b428356a01de474766ee8a 0.02 MB 30 289
124,403 124,403 0000000000005aabb6ca05691752c9c50cc1d22cc08a9940e19f888f74c7e39a 0.01 MB 15 149
124,402 124,402 0000000000004a6231acc102ee31bcfa958fcdb59ead8e7ec6ac19f4e740c4ed 0.00 MB 2 1,709
124,401 124,401 0000000000000457a15d1d72099da0d64c908c20d88ec34438e117ee378c0fcf 0.01 MB 28 1,231
124,400 124,400 000000000000572481367b1ba1f5a871838183c510c2419590a4e1ff877f3e75 0.00 MB 10 0
124,399 124,399 00000000000057d6bbe6af09992108cb9a25731063f31d7461a70d1e13162f75 0.01 MB 45 1,065
124,398 124,398 00000000000003301e27f2bb5f56535b9ca2398e4c23528a3816ddbde4aedfed 0.00 MB 10 828
124,397 124,397 0000000000005be82e53bdbc4ecc776d3a3bda489573b5f2a1cc17d4062d4b51 0.01 MB 7 199
124,396 124,396 00000000000048fbfa87075dd94ea4fbec6c5bfee9b83703f7a9b3a575c0c64f 0.00 MB 1 0
124,395 124,395 0000000000000af6c4d6847079e5ad3525eb65f4c861dc284e1f18781ab3036f 0.01 MB 21 1,356
124,394 124,394 0000000000004bcfbcdc84efb0d50fdeb70a7f10a202f880ea39c830bc825407 0.01 MB 20 819
124,393 124,393 00000000000060546b4f6509bff99aed29b97c35c7a105891b96868f2f918bf2 0.00 MB 3 1,786
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.