Memory Pool Memory Pool Refreshing

297 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,746 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 271 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (746,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,877 160,877 0000000000000b22db8af0899af7c05f8ec3b163d26ced478f7dd3d7973ae658 0.00 MB 4 0
160,876 160,876 00000000000006bf8cbbba3e44b8cb23152c9e57c38482baa772b6b190e47194 0.02 MB 35 78
160,875 160,875 0000000000000cc3c5d023ab21e960f7a78f4c62f17f9afdcc8cd8d74763bc72 0.03 MB 45 55
160,874 160,874 00000000000009ad3cb372bc41b5ccb37bd9c81e7d10ab4d42a183c635be0a2c 0.00 MB 8 0
160,873 160,873 0000000000000d94b03b588b06c7041532d4ed5af363fea189b1263d68769efc 0.01 MB 25 328
160,872 160,872 0000000000000a48aa8c67475dfd466a5d750166348a64a862781bcc6bab9437 0.01 MB 16 77
160,871 160,871 000000000000022e6364ea224624feca16f061c931ffbf843029386296b654f6 0.02 MB 61 52
160,870 160,870 0000000000000afb78a11fcf65b53823ee854b803ad3db8b1d988d21bb5634d5 0.00 MB 6 28
160,869 160,869 0000000000000caac3a4bb7f2b63558d8f22e2faf4f41e011a83b0d2420c4162 0.00 MB 8 64
160,868 160,868 0000000000000a7a8a36c2e2507d19c15ba07de130839532d6e851ff20a9e9cf 0.01 MB 20 20
160,867 160,867 00000000000001af9d426b1198b7a634278d1f3be2244eec02c405e9d7d8f92f 0.00 MB 1 0
160,866 160,866 000000000000046de4fcaf83de3d2dbd83b7206ce0455900cb8dd26271e12c90 0.00 MB 8 46
160,865 160,865 00000000000000faebbab0b3a10cd4d8de8ca3e29a79b537863d77441f09318e 0.02 MB 31 33
160,864 160,864 0000000000000d70c46a554c1df46aa731b7c823ca8d610df7dacaff8c4d820f 0.01 MB 20 112
160,863 160,863 000000000000030ea91d0e8afa658999f564e76dee3dcf837e4e4d23f7c4b00c 0.02 MB 48 93
160,862 160,862 00000000000008c46ac757796d49ecb4024d1aa3d604ab0a53871f5931e4f20e 0.01 MB 13 67
160,861 160,861 00000000000002c3acce9bfa387f5b68c810e079d08bbe81ee2863f924bce33a 0.03 MB 10 64
160,860 160,860 000000000000050367b1a922bd3b895b4fd0bd05b32e9486b06e39cfa848d449 0.03 MB 46 68
160,859 160,859 0000000000000a51251e16f577a0986ecf7f23de2d51c823f2619ae50d253602 0.00 MB 10 33
160,858 160,858 0000000000000304e8087baab06631e75b2a8c160c4e861631851ce2d94d8fd3 0.00 MB 12 30
160,857 160,857 000000000000065d381d66b019b3aa55737615bdf7728f54fc9be041d3296fae 0.02 MB 19 11
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.