Memory Pool Memory Pool Refreshing

8,810 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (770,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,390 137,390 00000000000008299d109e193e815c8ae86b0af6d2ea2b430be02c185a928e6d 0.02 MB 31 139
137,389 137,389 000000000000012f1e803f097ebab3d02cbb66eebfb7fcd4d02c9cd0a3db4328 0.05 MB 141 200
137,388 137,388 0000000000000334c94babc650aef8941efbe06bc44e380ae667cdb73e19ded4 0.02 MB 47 134
137,387 137,387 0000000000000536c489a35e4fd6206bea0d78841dc2872b250fe32e1822d0b8 0.03 MB 59 339
137,386 137,386 000000000000001a7c40f7d801adb826437459d45c52644730363ec25d36f3b2 0.03 MB 81 85
137,385 137,385 00000000000004ee50e72bb4c38d2fdd6df722528d000c791f26a27a0038a7b5 0.05 MB 104 111
137,384 137,384 00000000000004ebac5311b0748bb48ea3e512cc197e21eba83206c2c8850797 0.01 MB 20 163
137,383 137,383 00000000000009183c7c350c7b514b680c4da12faa0a14f24fd12ced853bdd60 0.03 MB 75 249
137,382 137,382 0000000000000536ab3b0c8f876a99e4cd4780ed2a7039dff5f9431051e0f16a 0.01 MB 6 18
137,381 137,381 0000000000000591e3e28735767d38a0f1a4ff20057d4e10d721f640195df084 0.00 MB 11 16
137,380 137,380 000000000000045c2849ea4f3ebfdb94d49fec7269f78b99f080ad928002d796 0.03 MB 53 235
137,379 137,379 00000000000004273c8cf8984b8acd64e85eea60375c7a6aaef15cd4b2478b60 0.04 MB 64 300
137,378 137,378 000000000000035e2d0faebd3bd8f71f6941da33b5c573027c18cdbcab5dbc54 0.02 MB 65 134
137,377 137,377 0000000000000033698eb1c3cc2b2919f55a0190fc09fa57da6805c79c7a7b83 0.05 MB 112 249
137,376 137,376 00000000000009ab518d4a818a7d4d90b9f168241270db20ffffa54bf78f3664 0.01 MB 15 471
137,375 137,375 00000000000008d19c1a9313a70dbdd537fcdf790fc3b4e3fd21c04e79aea3dc 0.03 MB 86 0
137,374 137,374 00000000000002e7ce7df2cb37bd2fa33cf14893716d5414055aa8589a710f05 0.05 MB 100 205
137,373 137,373 00000000000001a21f898e1601fd079ae6dcb67b3154f052fcfd27e29f6dc222 0.02 MB 44 347
137,372 137,372 00000000000001545106eb3e46f0afcc64e83a787d3fe0643410302db0cae2e5 0.02 MB 47 57
137,371 137,371 000000000000022bc029024b4a46b78ebd268057d05b631e3921eb16118825cd 0.04 MB 95 306
137,370 137,370 00000000000005ecb3261f1f5ecfc98409d6260cabb16d5c4adc83b4d92ee0d0 0.04 MB 95 116
Previous 10 blocks ↓
Total Size: 768.98 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.38 GB sent, 92.72 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.