Memory Pool Memory Pool Refreshing

13,496 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,850 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (55,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,102 852,102 00000000000000000002203a716a93f76d49513ce6b762fe6297ea236a6522a4 1.43 MB 4,847 7
852,101 852,101 00000000000000000001af5bc4ee35b8c5833a2719dfc483606b21744cdc2baa 1.24 MB 2,668 5
852,100 852,100 00000000000000000001d2f35a861747837014d85b2b30338553316f31dafb3f 1.56 MB 3,857 8
852,099 852,099 0000000000000000000309a641543c28ac0abcb72de649db884d8cd4f3228bed 1.22 MB 1,843 6
852,098 852,098 00000000000000000002cf541c08bde64e6f35eb0b2db44ae1a820a0ae8aae7f 1.52 MB 1,873 7
852,097 852,097 00000000000000000001fcf4c42c5c664214e15684a65aa6b2869d8c01f6697d 1.23 MB 832 6
852,096 852,096 00000000000000000002ba6f7a745c2707e5c5d16bcf14c80e0be902b3b27430 1.68 MB 2,776 6
852,095 852,095 00000000000000000003061ea0dfaa0db3662868f5c465b1bb7ac6e371d77872 1.16 MB 545 5
852,094 852,094 0000000000000000000229df7d1188130388d1365c31cd9b077bb21fcfc20025 1.27 MB 2,174 5
852,093 852,093 00000000000000000002af49233e5f30a6954cebe9925c4cf86fc56caa403841 1.60 MB 6,823 6
852,092 852,092 0000000000000000000131d12615c8346a5d92a6a3003552853d1197db8cdb8e 1.53 MB 6,490 6
852,091 852,091 000000000000000000003957c3b15fde40a61464d9fea939b1a677ef3fc46259 1.66 MB 6,034 7
852,090 852,090 000000000000000000029fff53fee3c6315f5206530a9d057c9a5cf64e6a8587 1.54 MB 2,650 4
852,089 852,089 0000000000000000000113dff64dad0abf1cdce21b33a39472e6b8061979dcb2 1.61 MB 6,526 6
852,088 852,088 0000000000000000000014914214c602fd0817f13c810693c4d6368b36e7f6ff 1.84 MB 5,748 7
852,087 852,087 0000000000000000000272cf325f4ea0eba49eed97e2850f87aa0bc3e7a5d529 1.90 MB 3,050 13
852,086 852,086 0000000000000000000013c934f43c561107343e156bea18f8325356226518ab 1.58 MB 5,744 6
852,085 852,085 000000000000000000030fd6fa6bffa3db6b8eed03afaa047aa954e9994b1f75 1.86 MB 5,721 6
852,084 852,084 00000000000000000001fefebc1a02a80b9937daabc7a12d6fa51fede3182547 1.83 MB 5,319 5
852,083 852,083 0000000000000000000217d0e78efbbc6c8437b10c31f0a1a794fe2f09477e1c 1.61 MB 4,215 9
852,082 852,082 000000000000000000015862e7151d6ec9f3460baab166b8bf3f62ed2cc6614a 1.52 MB 3,072 13
Previous 10 blocks ↓
Total Size: 768.93 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,612.83 GB sent, 92.49 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.