Memory Pool Memory Pool Refreshing

3,375 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,028 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (738,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,814 168,814 000000000000061aed77a718804140a7e5af4d5106c501b0bc5f81972d2905a6 0.05 MB 130 41
168,813 168,813 000000000000055d2deeb8de34efcd9fd8688f19dc3bb2dffedcc66566fbf8ef 0.01 MB 15 40
168,812 168,812 000000000000044caffc2d3e966cbcbe2e12cc2e9e790766a210782476b981a5 0.01 MB 23 33
168,811 168,811 00000000000008d9b8c1a1d8be2c7f1d82122b2c630ae2094cc6e3a444190b1e 0.01 MB 10 62
168,810 168,810 00000000000007abe5677457f62477c29caea7e2cacbca961c0a1c0248f4b9a5 0.04 MB 101 50
168,809 168,809 0000000000000be0b7517a2384d780cd7e5e4d69824dcc78f2e10f920d8d80a8 0.02 MB 41 111
168,808 168,808 0000000000000627ca5fdf3b9c02f79577a7267028bee62719fa5c15cd3fef36 0.00 MB 3 47
168,807 168,807 000000000000019786197db0870c879c6dd7a1da9ecbefae5ee12cd199c1ced7 0.02 MB 39 180
168,806 168,806 000000000000084f4a273048211fea790fc20104cf566eb218cefc042acdf07f 0.01 MB 20 51
168,805 168,805 0000000000000b518d6e285f171b03fa859e44aef6306afd6a105b5327a82cc1 0.01 MB 15 228
168,804 168,804 000000000000043a9eec74608722f59598adf02574c46ef9d6d807e37995292b 0.01 MB 24 36
168,803 168,803 00000000000000e96a02ec56f93d37041b7287bd6caf200a8b31122ee6de313d 0.01 MB 12 29
168,802 168,802 0000000000000aa5b89bef0479928b8915a28051218c1635c4ac4c434ab8b492 0.00 MB 2 0
168,801 168,801 00000000000009300d5cb9f20cc2af4d1c702ed23f19b2b3616446dfb143c07e 0.01 MB 31 23
168,800 168,800 00000000000006a94033d639d71948e768de66b7f7149a7b6e0580d17c01910d 0.03 MB 74 96
168,799 168,799 0000000000000ab05ce67ec71279d21b718e7980e1e0197129602897848ddf5f 0.02 MB 37 47
168,798 168,798 000000000000062d3edc9aecd13167543031d776a7e29c2f82ae245cfe61fe26 0.03 MB 74 727
168,797 168,797 0000000000000abc8d795d19f33158ad4abb739e200dcffd1f3e5d500476c195 0.04 MB 97 368
168,796 168,796 00000000000003f1b3fc0d9918d72c4ac151a8e64a37ea363b829f563a125cf2 0.04 MB 66 219
168,795 168,795 000000000000022680eee0638b92de24377833091507da1ae051f6258d1de0d7 0.03 MB 54 111
168,794 168,794 00000000000008ce3cccfac0c89bb4a4c9747ba369241abacc2404d4cf4a1b9f 0.01 MB 40 84
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.