Memory Pool Memory Pool Refreshing

5,739 transactions (2.09 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,852 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,790 (866,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,318 42,318 000000003d0c5c6eaeb3a00eb249b9f7dab518b04945e3805cbfaa318ed58314 0.00 MB 1 0
42,317 42,317 00000000387214e6b14d1393f2aa605c3b0d670ba045ba1eaf9b9b8fe69772a3 0.00 MB 1 0
42,316 42,316 00000000196dd197f4d8be4ea705675e22d2ebae6d30cfeb1b01c658e8b1fe33 0.00 MB 1 0
42,315 42,315 000000005224677cf18b96f1209f6c9403b390a990575ed15c59a988d62f3903 0.00 MB 1 0
42,314 42,314 000000003f7b84be97d7ebe28ce8d2faa4887e1736c78a5c9c9d65821ef32332 0.00 MB 1 0
42,313 42,313 0000000001c6ac7f80edfc2be77ec96d6422d6cc4686d5da57b5173e9e9e875c 0.00 MB 1 0
42,312 42,312 0000000007624a34d3a6f9f88b4a9a3f639eb7d08c3f8ec91aea4493222c60b1 0.00 MB 1 0
42,311 42,311 000000004e97997d35919a8f80d93a75c2bc6c17939882499567249482c3a8bc 0.00 MB 1 0
42,310 42,310 000000002ddc28060bd5487f33b19469c56f086f77c3b0dcb1bfbf0f13396f3c 0.00 MB 1 0
42,309 42,309 0000000030443ff108401febec9f78a185b7afdf15952f88bb6a03e1813e1098 0.00 MB 1 0
42,308 42,308 0000000044f3c05f7baf60909bd5a84764a1cf0a4d4b621f0e09b7b515e4e06e 0.00 MB 1 0
42,307 42,307 0000000052f401fd2711c454be1f79bea4c600061b9a5d0bb18836a585f1c540 0.00 MB 1 0
42,306 42,306 0000000003bff015120689fbd7f3aede9dbcd123904519c9f2938ca6f967a3ff 0.01 MB 2 0
42,305 42,305 000000004f0212fad93e991f737d21f3e4eb9698059e8479262ab4ddbf02ff53 0.00 MB 1 0
42,304 42,304 000000000b9c6ef0ac79c79df9df20414b1b61343294928f4a1634b01795cf17 0.00 MB 1 0
42,303 42,303 000000005be261cc66c4bbf57cd86318cd03efb23d1d45b7ea8ef7c455cd756b 0.00 MB 1 0
42,302 42,302 00000000170a3b406db3b859251905b5be18be8cc7bead74f45e3006718252c4 0.00 MB 1 0
42,301 42,301 00000000553bca2c1b5eb5bce6e7f8e838ab8b35c306995d2c6e7e8b4b08cbda 0.00 MB 1 0
42,300 42,300 00000000078f80ce03ce82397988d27d37cee362e3cbc3a6f2ab7fac8ed376e5 0.00 MB 1 0
42,299 42,299 000000004c5f5dc7a33547217d7a0afbf3784f5ead0c9ad53088c48977e9ee46 0.00 MB 1 0
42,298 42,298 00000000287b53524e831781995af9aa42513265aa90e4a01c47a5645780fb98 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.17 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,857.16 GB sent, 102.90 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.