Memory Pool Memory Pool Refreshing

790 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,902 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 778 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,901 (764,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,866 143,866 00000000000000f7d6702d6052ced62fcd3c92ad7eac58be4fff077b11aaffc3 0.02 MB 74 168
143,865 143,865 000000000000048519becd386776fde17b1549bb97c4dd768157ae84f3168e24 0.02 MB 51 193
143,864 143,864 000000000000055ba0925779dc0335ecc17c7b8ab873796eb52c56e32edcd46f 0.03 MB 91 180
143,863 143,863 0000000000000471bbeb2fd6799b70de54803cd69b9b01c68a741d89ee68eb32 0.01 MB 29 165
143,862 143,862 00000000000007a9184c13abde7fe58e580c594fbd9e99c915219b598573c085 0.03 MB 89 115
143,861 143,861 00000000000004ecb222cd85464bb6773f31244ff2ccb9fafc9976d5e8d50c06 0.01 MB 14 40
143,860 143,860 00000000000000122dc02cf2e67cf146e88bd9ef8c6b89c410a8e13fd2a17596 0.01 MB 23 207
143,859 143,859 0000000000000473f96bee2fb86ce4c7cd1293de03ac85c513eb1317ca442693 0.02 MB 61 223
143,858 143,858 0000000000000964fdc816f3d8bf3b45cc99be82bf788c2fe154b9e057353b6a 0.01 MB 24 39
143,857 143,857 000000000000092104ea6d180fdefd16cc51f5fcc082521c660a81bee28763d7 0.01 MB 33 109
143,856 143,856 0000000000000720d063db57758c26b0a098b7d4c78621b2677de15909bd2c7c 0.03 MB 42 75
143,855 143,855 000000000000012374e81ee2699afff594d1808a85e0d9c3469092d5dd602696 0.00 MB 3 79
143,854 143,854 00000000000007f383a251e421a6e4b283513b5a28332bb0ccfb64173ae52610 0.01 MB 26 12
143,853 143,853 000000000000004ee4d141dcfec43395ea02c74c11fec3bb76d3beab664301e3 0.01 MB 15 51
143,852 143,852 0000000000000087bd7448226e324d30378d01b5665d88ce02425d4af8becec7 0.02 MB 41 310
143,851 143,851 00000000000003df12f38098ddb70fc960081e7ab3d1ce6db484f9898247ffa0 0.03 MB 77 73
143,850 143,850 00000000000008efbdef68e8c91f30071b0334b93778e9187fb69bb0a8dbf288 0.01 MB 21 8
143,849 143,849 00000000000008dbd480144994e8796ff91107742234d70814b9ff69656770c3 0.02 MB 43 154
143,848 143,848 00000000000005b86559e129803d7b010f456d432fbe4ea4f7d7be7dadf6265c 0.02 MB 38 199
143,847 143,847 00000000000004a72e076e7a902afb9ac70fe9bbe17986d7501f935fc79db322 0.02 MB 60 55
143,846 143,846 00000000000002289396006ac06a1294ada73d73d8bedefc5daa3c58e29a69c6 0.01 MB 18 74
Previous 10 blocks ↓
Total Size: 769.36 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,643.67 GB sent, 94.73 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.