Memory Pool Memory Pool Refreshing

8,146 transactions
3.98 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,094 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (114,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,121 793,121 000000000000000000019d6d1043d907db5790a338db6e887de0e37fae57e026 1.89 MB 3,582 44
793,120 793,120 00000000000000000004cafceefe4fa1fe0a3b450168ccf84e6781eb2c74c226 1.73 MB 4,303 60
793,119 793,119 00000000000000000002058f48d366fea6936e4e718acb1a8dc2af0b05a54b07 1.55 MB 2,751 78
793,118 793,118 0000000000000000000120f2e97319ad13087d07b40e16089997a594bd3293ae 2.34 MB 2,720 36
793,117 793,117 00000000000000000001f940abcfb886df87b799a1f76b3065775c3b2195330f 1.49 MB 3,433 55
793,116 793,116 0000000000000000000244546811d58e7d57aca2ea8148c4de17748a2abf4428 1.58 MB 2,943 72
793,115 793,115 000000000000000000016b538f27ade22500398f4b8b86b01d96335d7728fbca 1.60 MB 2,508 50
793,114 793,114 00000000000000000005761d0c943c621607afc289ca637370713ff09b356ffa 1.66 MB 3,170 47
793,113 793,113 00000000000000000001117754f57205ad5e05f5d870fc64a5d386f360085a41 1.71 MB 2,852 22
793,112 793,112 000000000000000000053ff4bc22c67856e631a03d3bde2228c4aa01fd9b3973 2.82 MB 2,327 38
793,111 793,111 00000000000000000003b81d7f81a56816680e1fbce6f363fc278bd2d4fc6b89 1.99 MB 2,958 35
793,110 793,110 0000000000000000000014e824c21dd20d87c35168672c66c2f485cf9a54a297 1.44 MB 2,654 72
793,109 793,109 0000000000000000000242ccc7ec7e86de65875929dea1f17dc4bbcb7735a6b9 1.55 MB 3,733 79
793,108 793,108 000000000000000000007fce3f8c0dfdafd66e3b2ac63254868e18b5657502e9 1.96 MB 3,645 32
793,107 793,107 00000000000000000003d153ba57a7527d4f661dca298875e7325bf88caf426e 1.42 MB 2,754 52
793,106 793,106 000000000000000000006bdb0f9c751d1422abb422d1a0118969e46fc24ecd71 1.43 MB 2,874 53
793,105 793,105 00000000000000000002b94341c86ca64d1b4c0c381b92e760a2096440c56022 1.55 MB 3,645 69
793,104 793,104 000000000000000000018ce6aebbb5c3796ca42c72b473c0d8d770b9e133b89f 1.63 MB 3,489 56
793,103 793,103 0000000000000000000083fcce2f0c17156ff3fd786b96ba6306247692316d59 1.58 MB 4,012 66
793,102 793,102 000000000000000000006d5723e4e0cf4447386b8a241b577d1f4d7114bbf08a 1.62 MB 3,722 72
793,101 793,101 0000000000000000000496cef36501e7676c60526c9283ffcc9f17a18c11747c 1.61 MB 3,786 73
Previous 10 blocks ↓
Total Size: 769.03 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,625.41 GB sent, 93.03 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.