Memory Pool Memory Pool Refreshing

3,642 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,703 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,630 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (442,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
465,094 465,094 0000000000000000009b0e5f0c10a953d9376b7b3428b5468eab365c614ccc15 1.00 MB 2,172 204
465,093 465,093 0000000000000000012433c43abea31b8b8462ec8e06ef5a69e386dd0cec7ddd 1.00 MB 3,589 128
465,092 465,092 0000000000000000019b21fcd98ad3ebd277c6184f6a61a79d18240db3e4d161 1.00 MB 1,559 92
465,091 465,091 0000000000000000004c54519e4fd89b4e538361bd813c9fb4a0971d32fe7a71 1.00 MB 2,586 161
465,090 465,090 00000000000000000141b57a6f719555d47349b53f33a0361cc504e81f7bfa99 1.00 MB 2,598 124
465,089 465,089 0000000000000000008bab211cd520daa76e426c62e45daf487f7b8bf8205c48 1.00 MB 1,147 251
465,088 465,088 000000000000000001551e51e8f36a68c214f41404bf34929acb7029139717bb 1.00 MB 1,973 141
465,087 465,087 0000000000000000012b6dfa0ec4ff213769fff1d8d87627ea2cb5443f6fb873 1.00 MB 1,649 165
465,086 465,086 0000000000000000002633f2659e538499df36226cf90418922110e09f4dc08f 1.00 MB 2,079 209
465,085 465,085 000000000000000000f63b19daf150afa8a83ecd44b74cd3094da5caf6d70792 1.00 MB 2,561 253
465,084 465,084 000000000000000001c0eeaff0ed28991e32fce4dcbc0bc22d8bba2cd201e908 1.00 MB 2,276 240
465,083 465,083 0000000000000000017aa9c848059da4e368223ee0d118a5d28686fb11764c56 1.00 MB 3,674 136
465,082 465,082 000000000000000001636e0933750a34f7e2b58b780abf03bdbd465de77a43e7 1.00 MB 2,659 140
465,081 465,081 00000000000000000155711ce6790d4763c4e4b68a37372d2e4391e6443b339f 1.00 MB 1,754 138
465,080 465,080 000000000000000000ccdd937c9504649a2bab409c982ead9c7c69a905a42b22 1.00 MB 2,970 319
465,079 465,079 000000000000000001d2246444ce088b88e56fe801374637b688418f2734bd20 1.00 MB 2,308 177
465,078 465,078 0000000000000000011319b6582bc4d8d8dbc60da348f20f97f8c79a87224742 1.00 MB 1,305 123
465,077 465,077 0000000000000000009e793ec6195d4017acb6a7c6f20de5027328231bd2dadf 1.00 MB 1,629 133
465,076 465,076 000000000000000001c586133ff7fa89b45a6e5c9ff3fa6fb14ae1df48455e8c 1.00 MB 2,882 160
465,075 465,075 00000000000000000041f95fe7534a5b2b8ca832b2a5208cd35c5a0a22d17b6c 1.00 MB 1,469 179
465,074 465,074 00000000000000000106ae4956db9e83a3a8b514274cf339a667fd7e2e1481e5 1.00 MB 1,642 131
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.