Memory Pool Memory Pool Refreshing

17,452 transactions
5.62 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,824 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (699,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,868 207,868 00000000000004b6ffaa8a10f815571467942f7b3531598e4cf3b94f8014d4dd 0.06 MB 128 139
207,867 207,867 00000000000002146acf8fbb8288c859527eba59aa1a0aad532a2facd8f3d00e 0.18 MB 404 235
207,866 207,866 00000000000003e41da4b7fb036d68ffd49790690dba970ae91537806cacc15c 0.23 MB 465 192
207,865 207,865 000000000000002bfab137febdf6cbb4ff5a2261713d5ebace48d26bbe7e4778 0.00 MB 9 0
207,864 207,864 00000000000003e60d16feb4edaf77ffc9f69663e3d984733ff359f4774485cc 0.12 MB 226 173
207,863 207,863 0000000000000399136d07de584c36503b520498bf0a994224babbcdbcbdbdfd 0.05 MB 134 71
207,862 207,862 00000000000003ba1dfd4cccd90a3d059f432f37191a36872ead8e4a09fc6a3f 0.22 MB 551 193
207,861 207,861 00000000000001a06ff91341dd17805edb425e1eb4bf04225d29217543278d0c 0.05 MB 82 132
207,860 207,860 0000000000000468e84bb2cec828ea3ea1407d38e3c8ed8a98c059f9d42fac9f 0.01 MB 23 144
207,859 207,859 00000000000003084d7a663b73721e15387759b02f4aaf906977c006242c6425 0.09 MB 195 200
207,858 207,858 0000000000000252dc234e78f5a05cb756fc05ffd59389ea763f16b37afdca64 0.39 MB 341 73
207,857 207,857 00000000000002858d410afd2615e46e9f0663c2caf9f47b05551cb13826a69b 0.03 MB 106 8
207,856 207,856 000000000000004c88db045d30ece174a51f0a369c4d415e7d27123ac32bd29c 0.25 MB 602 183
207,855 207,855 000000000000041b54e40f49cbb301780e9f4396b5b227a4d71fef9a0efeb3e3 0.05 MB 150 146
207,854 207,854 00000000000003df509e78aac81304dff12a5120b6add6136973b594ebb66032 0.01 MB 20 70
207,853 207,853 000000000000006ad97a5990a9b751e36c58e86c28d1d38231a693cb63284ece 0.07 MB 164 157
207,852 207,852 00000000000004bb495ed2b37a48322d5c8ac62bf4572f1965a305db92b20281 0.02 MB 38 124
207,851 207,851 0000000000000273fcb30dd3ad0bc6cab2771ac7b48283bfc309eda33ec99ad9 0.16 MB 419 198
207,850 207,850 00000000000000538b2158c3f8a4ae79ca02aa7897f9fdf5e7cd610bb57893bb 0.01 MB 21 163
207,849 207,849 00000000000001e2decb2966ffc0262460674120b24d6041579b5a80782b5722 0.04 MB 143 18
207,848 207,848 00000000000001864d17b20534a936eecc9613fc60937ce40646bcedb81450ff 0.01 MB 34 130
Previous 10 blocks ↓
Total Size: 769.02 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,624.19 GB sent, 92.99 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.