Memory Pool Memory Pool Refreshing

12,648 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,008 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (327,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
580,090 580,090 0000000000000000001df652eabd90a68af71c918a20dc3e7768aeef2a22c051 0.94 MB 2,266 58
580,089 580,089 00000000000000000003bcc8bb1bb8069aacc30a52685c864364e559b6ea335c 1.14 MB 2,006 33
580,088 580,088 00000000000000000016951295b7652220e83ea3b09e2ecaeabd726420cf4e8e 1.16 MB 1,802 8
580,087 580,087 0000000000000000000ec02491dcf56ab9c75ee43a07b3d69325b4d04c05918d 1.10 MB 1,911 15
580,086 580,086 00000000000000000010ead4dd4d8b19de03c44968bc4e061c0bc259f4c5a0e2 1.18 MB 2,663 42
580,085 580,085 00000000000000000014a9651327b7120fca17216e9e51a075b8db8b75af7528 1.24 MB 2,755 95
580,084 580,084 0000000000000000001258f611e641d670f4e1a2529d9681fb06b053bf320192 1.19 MB 2,593 36
580,083 580,083 0000000000000000001e693c35a480daa93a3a2b0dfbe1968eb48cdcb8ce6648 1.23 MB 1,943 63
580,082 580,082 000000000000000000140ba0745025533cd8cdfd3196bce4a9badbabda0e8eca 1.25 MB 2,532 100
580,081 580,081 0000000000000000001a33d54364694aab59fed4fe008b613d7c3e1c2dd1566e 1.24 MB 2,468 72
580,080 580,080 00000000000000000011aeae21002a543dc80237307f70d14d322a7c2c8c6f90 1.37 MB 2,605 92
580,079 580,079 00000000000000000015534865930e328e9360e80bef04e28b0b5e7efb343867 1.28 MB 2,971 109
580,078 580,078 00000000000000000022d302991cc6e28aaf50ebf429b20ef2753c10d88e8d67 1.27 MB 2,142 118
580,077 580,077 0000000000000000001b3de616bc41129e740a57d64f0dda8b91408345ea6c23 1.25 MB 2,070 63
580,076 580,076 000000000000000000116af7ba0b7b4e8af9ff48609f7d32691ab4ad90de0fc2 1.13 MB 2,548 35
580,075 580,075 00000000000000000000374132fa2182d9c4ec85647146f3632156e6bdd3f9a5 1.23 MB 2,615 85
580,074 580,074 0000000000000000001b4644b57c51e51e97c476bf3527dfc7322be9379524e4 1.13 MB 1,818 61
580,073 580,073 000000000000000000164ff62ae105614b7be221b22826586b1b8f7044f7c0f6 1.34 MB 2,339 109
580,072 580,072 000000000000000000017895aecdb28ae836b15c8d55d0d4d750cd5eb1a5fa39 1.09 MB 967 21
580,071 580,071 0000000000000000001dae195d443c1be4250561b3656052651aa5273ab77924 1.30 MB 2,544 97
580,070 580,070 00000000000000000001463547cf00e421b103980019e6ed93112148e706c498 1.12 MB 2,071 11
Previous 10 blocks ↓
Total Size: 768.95 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,614.52 GB sent, 92.58 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.