Memory Pool Memory Pool Refreshing

3,561 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 Now! 1.00 vMB 2,504 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (645,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,839 262,839 0000000000000011208c0758901783d5f7980fc6be44e686e18befd9974c107a 0.04 MB 95 45
262,838 262,838 0000000000000000d071a1345ec72f70ca32681e8e8f5e80a03075b9fd11e19d 0.28 MB 652 82
262,837 262,837 000000000000000196fa1cd604cf36a1467f444c19461a0d951adf61df2c01c2 0.25 MB 576 2,205
262,836 262,836 000000000000000f2c0ad1c2cf13f6485d59a044de22fe037a2235bb61e2fb21 0.18 MB 380 108
262,835 262,835 00000000000000060f09602fce527f5d82e68068afd54ffaa64523ca6f798200 0.07 MB 155 96
262,834 262,834 0000000000000015f96a5883d6f1aa6a26cd627ecdfe9cbef6be52d95c1aa3f1 0.18 MB 421 96
262,833 262,833 00000000000000064797a2760c4988bb234374136e961749c5d96000822adfac 0.06 MB 140 99
262,832 262,832 000000000000001554b00f7539e7b50c46aa0ea8b2b205ce73be74a5921b459e 0.48 MB 1,172 115
262,831 262,831 00000000000000121d1b3c4b4bb63249960530d4d13bf633ee44d260158e8f2d 0.07 MB 168 89
262,830 262,830 000000000000000356870c9a3e47022a7f01b27b90e02947d7c4c43b43eb7938 0.08 MB 152 82
262,829 262,829 00000000000000103443548f295c197328cbedeb1759170ffc757a1ff05147f7 0.24 MB 549 35
262,828 262,828 00000000000000160a313c6503da46996d3e3c806967926d3afacd59e0efd081 0.25 MB 551 131
262,827 262,827 000000000000000985d9b13ee04392c811904739e0e138f8a0bce6ef57ba6c57 0.25 MB 634 114
262,826 262,826 0000000000000007aa63bb16fdc73558c352ee97e269e31a708a11c27c027732 0.25 MB 661 137
262,825 262,825 000000000000000a45dcf21d84e114368df855c48927de8ae2f862d85472d9cf 0.06 MB 139 44
262,824 262,824 0000000000000011453d3ca7101c0967e7eb25c34c33a6a8cb859853b74369d1 0.01 MB 29 84
262,823 262,823 00000000000000052e48db68f288d5005302c2d198a8d9e2a9dbd6e4bfcb398d 0.03 MB 72 90
262,822 262,822 0000000000000008094309bd5e2640aca9eb5a65ef8f674fd1cac5be029d6bda 0.17 MB 419 102
262,821 262,821 0000000000000014c746f4b5dc25ad030c142c61e66105ef294763c6952d70a8 0.08 MB 182 61
262,820 262,820 00000000000000101a0539596352403e6f2da9bf90710339fde234ae5a4109ab 0.13 MB 319 89
262,819 262,819 0000000000000007d887e5b3780c8a1066b8c8219e4743d7cfe74f6c17623676 0.25 MB 606 112
Previous 10 blocks ↓
Total Size: 769.26 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.26 GB sent, 94.22 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.