Memory Pool Memory Pool Refreshing

5,473 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,223 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (747,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,846 160,846 0000000000000a633616eb423c59d8d426f31069050501bc8ce6960f31658bfb 0.00 MB 2 0
160,845 160,845 00000000000000adef3488b4829e28de62122c169dcce863240ed6b506f3399b 0.00 MB 6 63
160,844 160,844 000000000000065a47d94d42bc8bd59fb21ace2b02038ae48aa39bd4f710959e 0.01 MB 9 190
160,843 160,843 0000000000000747f88849acb3da1c8d78bb85b8f2872f7b7a414571987e78b4 0.00 MB 7 17
160,842 160,842 0000000000000602593b0247e69bbcb851ca3edda7af149909ed8cc670c700d3 0.00 MB 7 57
160,841 160,841 000000000000045072130babad674532e1cc7509e5bfc2e62ee28a3f1bc3c5b9 0.03 MB 44 207
160,840 160,840 0000000000000aa19204c823e637b6ea8c9985333a12e154575451ee5a579d28 0.00 MB 9 0
160,839 160,839 00000000000008acb092719ae1a8f1f1a722c619b8c4855425f193c8446c352a 0.01 MB 21 256
160,838 160,838 0000000000000393bbe8e3f9fa90f3f8cba20b186b97abba51d0a92f902c1e2b 0.00 MB 13 12
160,837 160,837 00000000000004e96c28cb56d292d9ead7358d98c1f07965a326ef7be7319cd4 0.01 MB 27 101
160,836 160,836 0000000000000e398d0f5a383a1605a5f6b9e4faa4f8bb370700052538e49b0f 0.01 MB 28 257
160,835 160,835 000000000000035ca7003c0f89c2632fc7973f86a896d945e7e014b7d0e47a38 0.00 MB 2 0
160,834 160,834 0000000000000b19db0539d5bbb039ebcbda4abf18b4400b01e39f1c410aeb4f 0.03 MB 63 610
160,833 160,833 0000000000000658941972dff34921c436a95eb32403fffeaf8145ecb4bef539 0.02 MB 27 309
160,832 160,832 0000000000000bb507a1534d029abee77ff898f8f64f3345fedec9f0c4925687 0.03 MB 56 100
160,831 160,831 0000000000000c79054dd7ba836863f434e0a08d1a004093e79253bc768e3db0 0.00 MB 1 0
160,830 160,830 00000000000006488127fac5bc0b43dbdeb38e2a954239449f71438d53e8e126 0.00 MB 7 836
160,829 160,829 0000000000000710a8907097f44a484f9a1e821cd5c660cd4642cdb9f505b63d 0.01 MB 19 170
160,828 160,828 00000000000007f65edca99ef9fe13cf192b77f1228df5a685dac5c76b0b3ad8 0.03 MB 68 68
160,827 160,827 0000000000000619178ea1f178ee84de793c08cac0ea3fce41404b84c362a693 0.02 MB 29 219
160,826 160,826 0000000000000daab37fa5262eb33707b0596e396afcd463a982c69212baca57 0.00 MB 8 70
Previous 10 blocks ↓
Total Size: 769.29 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,642.56 GB sent, 94.40 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.