Memory Pool Memory Pool Refreshing

1,087 transactions
23.19 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,314 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 854 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,313 (875,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,212 33,212 00000000be003271a876ca84cd170d7dfa0d18ab7b425330bd22233322d39d37 0.00 MB 1 0
33,211 33,211 0000000052f4a5ef8f386ddede753b2f7dca4625a622a19b9133cc5baca1df75 0.00 MB 1 0
33,210 33,210 00000000d1c18d8a97811f3f9b6b6916aac5b74d2f3d364a14aa32d00cc7ce14 0.00 MB 1 0
33,209 33,209 000000000d6a310c8478eb3e2283634ab16a4accfc4f70f25a25e2bae9e06c0d 0.00 MB 1 0
33,208 33,208 000000004644d022453ceeee90e17deb38d262343e42093df5d60f3b22fdc2b1 0.00 MB 1 0
33,207 33,207 000000002f9bcb5f5b6a88c11656cb95f42caba983f5e66a68af306df3645ef6 0.00 MB 1 0
33,206 33,206 00000000b9eab12a6515cf5cf476f9c78cfb6b51a11e4e89003988310b31e291 0.00 MB 1 0
33,205 33,205 00000000468f3f79b6c01488253cb7bc3a314f264b7abe735a038da9d934bc21 0.00 MB 1 0
33,204 33,204 00000000672be99adbdb3ab47f6cefe01a037fd347c008461cb0c668fb54b69c 0.00 MB 1 0
33,203 33,203 00000000c4d9991688e0846fcc367dbf6312b88d5472e789ccecfc209013a8fc 0.00 MB 1 0
33,202 33,202 00000000d0f5a9136ff17de4fb66372e9215a6f890a5e8dd6de612d47985e36d 0.00 MB 1 0
33,201 33,201 00000000509ed00e8d9670d4ba534288b6b449428d68788ce47a624c69c07f77 0.00 MB 1 0
33,200 33,200 00000000752382a9aa355fb2a663613cea7b7ad503331df3ac2e100604ed14d4 0.00 MB 1 0
33,199 33,199 0000000002170b69a88128c4dea4ffa6b286446b72695f233a3d890f7ef92779 0.00 MB 1 0
33,198 33,198 00000000d3982bf25634bf9e7bbc395db933c2749a5364696dc08b872fefdd43 0.00 MB 1 0
33,197 33,197 00000000c493f1d0529879f2c8c39bc6526763e3d98255a4282248c3a3f1bf5b 0.00 MB 1 0
33,196 33,196 000000007a899f2153f25ae59985936858ffae7b259e98459163b2bad204eb9b 0.00 MB 1 0
33,195 33,195 0000000096fbbe98afeb87d49be96cd5db68722207f332b19325a33d59a6b4cd 0.00 MB 1 0
33,194 33,194 0000000061bb028e6652c30211bfe2f44c0a5966dad36af97cceec9e2620ce7a 0.00 MB 1 0
33,193 33,193 0000000096e8ea5d27b2925602e1f0e8494293310936f777e32ee1d73e33aff1 0.00 MB 1 0
33,192 33,192 00000000430350838616f763beb7fe6f2f067d1654576edb1a96f81bf1f853cc 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,698.92 GB sent, 98.60 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.