Memory Pool Memory Pool Refreshing

3,764 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (757,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,060 150,060 00000000000000f36ece20ef2e31b790a2894121ae4f3b474dc53bdc0970c99b 0.00 MB 14 115
150,059 150,059 000000000000013ba4dce64cb7a65d890d871a2e57774c81d9ab16853396b2f8 0.05 MB 132 6
150,058 150,058 000000000000024dd0e1bc3fe07aa3b3670c8c8a25101408ff42dbeec16d0b44 0.02 MB 32 58
150,057 150,057 0000000000000a74785a9563327be7136b38e1c01fb60f231b2515e2063fa7cd 0.01 MB 11 20
150,056 150,056 00000000000002c4fa0ace63bde7914b49aa0ff7fa7e4cb67f667831db422c93 0.00 MB 12 56
150,055 150,055 000000000000037e68c4980ec79b224d7f407bec776c5a11913862b3ce0f19e8 0.02 MB 61 157
150,054 150,054 00000000000004d3e3b54aadc4c860f0689c4a8a65eaa9df301eb27affe7656e 0.01 MB 10 44
150,053 150,053 00000000000006e7d02eeaff66b368a9d531ebdbde5a13f9fcc20574da512a0b 0.01 MB 11 22
150,052 150,052 000000000000098b5f3d4d2ae8b45bef3ec4a6ce0cfdf9e9802fc9d7d90c3233 0.03 MB 81 119
150,051 150,051 00000000000000f97e8c6e4d510f6798bc9d9b7eec55207465666b21d6169d0b 0.05 MB 90 52
150,050 150,050 00000000000007388bba8cb5f6835c3535f1a51472caa5d2ffe9293523bc2544 0.03 MB 53 118
150,049 150,049 00000000000000a95c4cf83adc41a8ff4915ce487fdf16f2b99b07df9d2e15e5 0.00 MB 2 193
150,048 150,048 00000000000002e7008ef30c3e18dafb659c8bd30721a886e202c19af391f314 0.03 MB 71 141
150,047 150,047 00000000000003f0d40c29d1a2cf3220cc3b913ceacbdf8294f0fa0d9d84f33f 0.00 MB 9 447
150,046 150,046 0000000000000a473b60bc0d56a3c61143d28a9a7ea4b17a4dd2ed166ff4e0c7 0.01 MB 19 152
150,045 150,045 0000000000000782081bd7fa636db3e78cfc2314e8af684711ae60c4389f5d55 0.01 MB 6 15
150,044 150,044 0000000000000027e69c79cf4983cd6e02c7a76a0d454cb3f0379babff9b0a32 0.01 MB 10 201
150,043 150,043 0000000000000403c57d87244357da9a3419104e565ee155b922b35704c4bacd 0.00 MB 14 2,135
150,042 150,042 00000000000001caeab8e45868732c73638f72a5d271b2668501b55de7e695d8 0.02 MB 27 483
150,041 150,041 0000000000000a92537fc18f4780a850c1bf55c279529010869b4855092748ed 0.00 MB 9 447
150,040 150,040 000000000000085e6215342c21ed6c106c596ab2017cb38c0c7905d3cea7649b 0.01 MB 10 550
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.