Memory Pool Memory Pool Refreshing

6,274 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,964 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (223,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
684,538 684,538 000000000000000000035d33bad9b1617fc835ba998931de611c1c2e9b7322fb 1.50 MB 1,465 104
684,537 684,537 00000000000000000001cec503af2292875dc44437f4875f877cb498e7e4d675 1.51 MB 2,065 119
684,536 684,536 00000000000000000008df08f428ca4e8251ba9171d9060b056f1f94d4fefbc7 1.52 MB 1,773 33
684,535 684,535 00000000000000000003814095ef4ae3cc7a229dbba43dc2b28eda07b0755a44 1.40 MB 1,738 47
684,534 684,534 00000000000000000002bfb4ea4df07a7d5b012de979dc453d02b98583829f0a 1.34 MB 2,269 49
684,533 684,533 00000000000000000009d0828bbaa7a1da72830389ce84ccedaf41b275f5a64e 1.42 MB 2,179 52
684,532 684,532 00000000000000000002ed9be3656a2e8dc5025772d3f7d6b5bf7f983a8fbb70 1.24 MB 1,462 47
684,531 684,531 0000000000000000000a1f4412338cc497428d6a825fe3bc083dd008ba36fc37 1.33 MB 1,958 78
684,530 684,530 00000000000000000005c7cf7927191e4216db68683168a2a41a90a66367ff5b 1.25 MB 1,815 128
684,529 684,529 0000000000000000000226f26f5ce4b8b353900cd0c42d1867c6a30aeff7ecdc 1.25 MB 2,295 138
684,528 684,528 00000000000000000003b6356f8f7dfe2e217a8c2311c797b01c6caaa4bc1c82 1.38 MB 2,143 80
684,527 684,527 0000000000000000000116a10a6a579d1679984b0a0c04dbffa65e5b311df6e2 1.44 MB 1,715 80
684,526 684,526 0000000000000000000a56ceeb8ca29ed9a1399756ed45f0263fb20b55305dad 1.41 MB 2,018 52
684,525 684,525 00000000000000000008ce4d8d480650b80441566b7beb736c328e1b69103874 1.40 MB 2,311 78
684,524 684,524 000000000000000000008dc3f83a82cfb28aa0466fd96a33d68549fda289a851 1.71 MB 745 41
684,523 684,523 00000000000000000008a2685c0b596fbb66f9d754ec19682e40bffaa887b5d2 0.00 MB 1 0
684,522 684,522 0000000000000000000a53a8a5d662fd25654886699f5c09482de4569bd2fb05 1.32 MB 1,708 44
684,521 684,521 0000000000000000000030a87962058f3757d8832b59208b8d2ce7b7849f57c5 1.29 MB 3,037 113
684,520 684,520 000000000000000000015a74563f8651671e50692a02d3cce690455423a9618e 1.46 MB 1,808 67
684,519 684,519 00000000000000000004479f0d6d00e495a434ea5c1bc6ce5eb398b6eb424388 1.05 MB 439 127
684,518 684,518 0000000000000000000593e37aeb4f72d92adc0b0af9d4003b1d6626d302e427 1.19 MB 1,639 57
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.