Memory Pool Memory Pool Refreshing

8,308 transactions
4.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (750,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,114 157,114 00000000000002536dc323eea76d0dfbe09951aae82bda3f5b5359b1ebf12e28 0.03 MB 39 138,642
157,113 157,113 0000000000000a7bc2491d7576c9c51f73b19bbe1af420bfa4acb4524285b029 0.04 MB 56 86
157,112 157,112 000000000000062bfbf18f215cb5b3266a1f1301ee2a8c730d941db02ff8e113 0.00 MB 4 193
157,111 157,111 0000000000000d6586bc0897d548e31de68c1d53ac188ec62a56767e261eb01f 0.02 MB 27 9
157,110 157,110 000000000000016aecb453a6d9eed493fae01bc03421701e2c09bb28d1fd1220 0.00 MB 8 22
157,109 157,109 0000000000000c2e8663795f2421d8fadbcdea99d8b45f75662fbbc9d4d073ed 0.05 MB 19 80
157,108 157,108 000000000000015d15c2afdeb1460335a029e84db6cdb4647e1a2f940b6f1e5b 0.02 MB 23 515
157,107 157,107 0000000000000856e84930dc392ac52b9ad5bee3667d422dd1795e1dc2a3a7d4 0.01 MB 31 143
157,106 157,106 00000000000004977ea0330e03201354657e9d3aa4aab377af12ccec2cb0cac4 0.01 MB 10 758
157,105 157,105 000000000000016ccd03578edd992ef164cddaab8d949e04b2abbeb1738f197c 0.03 MB 91 76
157,104 157,104 000000000000098477f68af20913d64309580143a36380330b9ccee2004506ce 0.03 MB 44 187
157,103 157,103 00000000000005467c665e4b1a7f6b14daf5a94a8de17dfac2c2ccbea487e0b4 0.01 MB 15 370
157,102 157,102 00000000000008a62bcaab14a62bed49c211d93646db30542664f1333ef912b3 0.03 MB 63 90
157,101 157,101 000000000000040434328dd003a10b7a7aac5ab0960cda33d3c1605418c5a28c 0.07 MB 2 50
157,100 157,100 0000000000000c71eb95e8121e9fba110af56e1da73af2645218f4587ce21ce6 0.01 MB 16 27,242
157,099 157,099 00000000000001e057dbb5829ddf38f35a7433a2ccce820084aeda9979c28332 0.00 MB 1 0
157,098 157,098 0000000000000e3d86dc5d77f042d330aa732c01f66035004b887c7fe0bcaa43 0.02 MB 69 0
157,097 157,097 00000000000001f4f0341c4a386516eb898912721a2af6a39fa48262057806ac 0.03 MB 26 672
157,096 157,096 0000000000000d247158d9e3d667c395d3bbaea3dc003c730765f6cb2c75d22a 0.05 MB 68 60
157,095 157,095 00000000000002ed3d27b9a15714d8e1471fa4e5999bab764c71a63f57cbfdfc 0.00 MB 7 49
157,094 157,094 00000000000008d01bafbfa7dd4d421a6d6042a7e780e170ced9cbcbfe85af69 0.00 MB 6 499
Previous 10 blocks ↓
Total Size: 769.17 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.43 GB sent, 93.81 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.