Memory Pool Memory Pool Refreshing

445 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,906 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 439 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,905 (252,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,953 654,953 00000000000000000002c1be99c8262fc28b638c87398202f578f155e5465f10 1.18 MB 2,249 81
654,952 654,952 0000000000000000000075afb41feba1323ccc059890c3295fea305267dacb6d 1.26 MB 1,865 148
654,951 654,951 0000000000000000000daa8ffb020fc473ac303762795e3d12a74944ecdd4681 1.26 MB 2,558 135
654,950 654,950 00000000000000000006b8407007c04cce90cc62b05c9381b083523737a1446b 1.29 MB 1,939 91
654,949 654,949 0000000000000000000b4cd73dfbecdaf841b944f3146a577fa50d16d9837d62 1.19 MB 2,433 110
654,948 654,948 0000000000000000000396b12a1ef583c62a3570c43002c1cb936218a5e4ee0f 1.31 MB 2,295 183
654,947 654,947 0000000000000000000975a9ac6167705ed81994e2940a32841cca444cbd9840 1.39 MB 2,688 325
654,946 654,946 0000000000000000000d99f9e862ec2e03f4fbc3ea42172461f64eaa673a42d2 1.31 MB 2,075 70
654,945 654,945 000000000000000000027d1cc922b2b5d89536a0a848d129a09f62fe2440b2b4 1.26 MB 2,117 55
654,944 654,944 000000000000000000057ce29e4585ee004463f37aba87beee11a00bfe224c1f 1.20 MB 2,150 94
654,943 654,943 000000000000000000035c5080da87966c2f28417c60abf526d7c2dc5223d724 1.19 MB 2,656 127
654,942 654,942 0000000000000000000325da3acacfe940179864dfd28580a7fe222cd6120394 1.11 MB 2,514 61
654,941 654,941 00000000000000000009954d5706a203027d53e58308a9d485cd565e81f38dd2 1.11 MB 1,891 134
654,940 654,940 0000000000000000000b32b19b4789e1bd443ac14ec5b86c04ff111136e9b733 1.30 MB 2,630 140
654,939 654,939 0000000000000000000ae4b0502c9a20749bf07801ae290949b7e99afbf4fa84 1.37 MB 2,570 297
654,938 654,938 00000000000000000000cf53872a173e8672954e027f5a920a98dbd7ed0e7ab6 1.30 MB 2,745 217
654,937 654,937 000000000000000000063318d873b4ca778f42c4fb3759b603274f946ae63442 1.29 MB 3,097 164
654,936 654,936 0000000000000000000cae27e763f34de12b051b6dca3aa4950ddf7bc83de2f6 1.27 MB 2,785 70
654,935 654,935 0000000000000000000b5b9a3020e0ab4b2e568f307db1e4f63629a708cdee57 1.29 MB 2,158 104
654,934 654,934 0000000000000000000d7255f918bfc0becd4d7fd795eb0f12549ca02658cfb2 1.35 MB 2,155 72
654,933 654,933 0000000000000000000d702dbe6a4ef11fc56e8d4449b90318163f045795860d 1.31 MB 1,652 287
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.78 GB sent, 94.76 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.