Memory Pool Memory Pool Refreshing

17,936 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (604,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,094 303,094 0000000000000000575c05ef8f1313c96467fd3fea77be60b8f81fbfc3062313 0.75 MB 1,461 42
303,093 303,093 000000000000000047b080da94f3d03983d6ea034e10b4c8a3f0557b53f9e3c9 0.27 MB 495 54
303,092 303,092 0000000000000000191a896770d01df378de5d1436585f0b10e4b1d15662bc75 0.79 MB 1,077 24
303,091 303,091 00000000000000005288afc04da0e96e20576f981aed6c9594bf5134ab2532d5 0.35 MB 988 52
303,090 303,090 00000000000000002befb318240ff3e201c0d4a720aade9dff3d3ea6780dc7c2 0.50 MB 767 31
303,089 303,089 000000000000000053ab1a57746ba47e8cb7e3bd4d20b3caa44bd789ca21ef0f 0.25 MB 461 30
303,088 303,088 0000000000000000688b02d797545d77e955f7c28ddef8d6b1fda4a248e66362 0.62 MB 1,025 69
303,087 303,087 0000000000000000395c92e534a4f3b3e766006e2285ecf83c243ba859d2af53 0.12 MB 277 38
303,086 303,086 000000000000000034b4df79218767d27fb7ca0b776a3e9a7e6c304d68b932a0 0.41 MB 762 30
303,085 303,085 00000000000000005b2ebd518af7d6c4dbc8f9bcd95519f20a9c3414e6450ea9 0.71 MB 1,303 33
303,084 303,084 000000000000000023a1822b1e2465fb862fbf596d2ac877b6ef82f18e153749 0.33 MB 453 24
303,083 303,083 0000000000000000378f60f49b076dc6de665a3fd6eba18313ded3c61df65737 0.35 MB 619 31
303,082 303,082 000000000000000060c57b0de16919381c406b1a5296646fe01e930ce5c822c3 0.43 MB 674 26
303,081 303,081 000000000000000048a24afa78bf6047f304393f71091f44ff6e480f5351edb2 0.75 MB 1,575 34
303,080 303,080 000000000000000031d740112b01619a4831aacb293417b0bc92bdb00df213b1 0.13 MB 293 28
303,079 303,079 00000000000000005a67141d84ea029a2014e1cdf7837cc4e542f898ce81658a 0.53 MB 1,040 67
303,078 303,078 00000000000000004d56d629879b9b7872960c38f0c77dba1e53234cda5adb2e 0.74 MB 971 20
303,077 303,077 000000000000000036918a1c2259017579e5fb1d29386bec05e377687d64f545 0.35 MB 996 52
303,076 303,076 000000000000000053909f305fc5b734af9e3474e7df4d01286986e1ae7e49e9 0.49 MB 329 15
303,075 303,075 00000000000000001e6bebd3b589a27aeb0cf89725571710bdcd3ca2ecd624a5 0.25 MB 628 83
303,074 303,074 000000000000000062ba4f47a813fc1a05e2df76feca4eed4256b055c9c710a6 0.08 MB 115 13
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.