Memory Pool Memory Pool Refreshing

6,061 transactions
5.47 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
881,963 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,734 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,962 (58,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,228 823,228 000000000000000000030ec9213fa22444ae1a4ffde7ee712a4b1302eb8f1e00 1.50 MB 2,853 231
823,227 823,227 000000000000000000021738335a9f49e83e8e80fb08b7a6665c857b8d36ba79 1.60 MB 3,160 297
823,226 823,226 00000000000000000000f8e595044e239134782ef796f0454a1cac9efaef2cbd 1.71 MB 4,501 256
823,225 823,225 00000000000000000002f5262afccafebb210a7abd5d303175c74c0268faa71d 1.65 MB 3,722 310
823,224 823,224 00000000000000000000fdef2071f9679a832f593383d74eeb0b7a373528fc18 1.82 MB 3,886 304
823,223 823,223 0000000000000000000165cb13fa8a859841ea10cd44dfd06235701343204eb0 1.74 MB 4,699 304
823,222 823,222 00000000000000000003d9fff4237f81ca71669ceb6ae4291a8743df5695f5ef 1.71 MB 4,054 337
823,221 823,221 0000000000000000000177dabe0b0706ebc3ab8b402825bc6772362ef2d41982 1.72 MB 4,412 313
823,220 823,220 000000000000000000039b96be74e1c7d13cd32eef911b52e45f1dcd85c99052 1.80 MB 5,110 253
823,219 823,219 0000000000000000000093ab4c14e11df2f077643af385725f168aab625ba336 1.67 MB 4,053 331
823,218 823,218 00000000000000000000c80511612ae9000eb8f646d1fe504aa4cd0aea57fff5 1.70 MB 4,404 281
823,217 823,217 00000000000000000001a13c275f3527125be7caa32d58779c6f7df81b5f9fb0 1.67 MB 4,026 281
823,216 823,216 00000000000000000002c9cc986ea050d5e77e009e6a7ebeaa85eee26d99d421 1.72 MB 4,457 197
823,215 823,215 0000000000000000000194a6bfbbac31292fd602726e7b0ae3275ba556600261 1.69 MB 4,042 250
823,214 823,214 0000000000000000000234233610c7a666c3f6854735ff6d6b709685c930a566 1.72 MB 2,084 185
823,213 823,213 000000000000000000009b23145a5a30e59bed790249e4ad3a2d21dad2e20bf3 1.71 MB 3,189 196
823,212 823,212 000000000000000000039127040d4c22e16fa1b3f02e7681c62a08ed7804b730 1.40 MB 2,253 169
823,211 823,211 00000000000000000003b7660c7c10554dcd09ae5e4c83f8d6940e44f776dd0f 1.53 MB 3,410 205
823,210 823,210 000000000000000000039215b0c58660921b6528276b922ed73a721c2244424f 1.57 MB 3,259 285
823,209 823,209 00000000000000000002fac51b0c67c71cf489f92f84f9cc064b77f54831a52f 1.60 MB 3,552 189
823,208 823,208 00000000000000000002b980b789c69ec13095c7ef769aa05ac511dcece56004 1.44 MB 2,997 238
Previous 10 blocks ↓
Total Size: 722.36 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: 2,047.09 GB sent, 74.68 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.