Memory Pool Memory Pool Refreshing

12,183 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (584,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,540 323,540 0000000000000000069c7c7f3db2320e6e2c458a7da7e9afa8d3b205def6957a 0.15 MB 350 30
323,539 323,539 0000000000000000139120fcc07d87e3b16dd4e3c2d34bebcb5508d67d47becb 0.61 MB 998 26
323,538 323,538 00000000000000000017e4b3d8f270762001335976254778cce4fa8703a53847 0.33 MB 518 26
323,537 323,537 0000000000000000059d6b6ec09f107405fca1a6a0374e60d8e1286e85e2d1d7 0.43 MB 472 20
323,536 323,536 00000000000000000d76d225939d68e9d5c11b7201f0c5c0b0986b92a31c45a1 0.75 MB 1,617 29
323,535 323,535 000000000000000019547640700186a94e616cffeb786954608e4e9d228abe65 0.25 MB 795 55
323,534 323,534 00000000000000000e3238fcc85f39b57682ef5bcddd668618bec2df56bcacbc 0.18 MB 436 32
323,533 323,533 00000000000000001ba68dc9dbbbc9f2cabe10cbfe5212d5ada02c91af29dd72 0.44 MB 669 25
323,532 323,532 00000000000000000468a6ef5b687464115d050386dab63cf28ce3bb45537f33 0.12 MB 140 15
323,531 323,531 00000000000000000859562612638165b32d6fea3b70971e657751a3437726dd 0.61 MB 889 24
323,530 323,530 00000000000000001c0e5a4977c82cb9f99330bc57e8e11ee11ae25093714cef 0.61 MB 1,008 28
323,529 323,529 00000000000000001e221b040143574812957b2c7b4483053f6e7e7f57a93afe 0.51 MB 929 27
323,528 323,528 0000000000000000022c53dc979383a4bbb285dd94922953dd3e6983187d1354 0.13 MB 194 20
323,527 323,527 000000000000000002163cf6c40087e593700aca1ad80bff2c8aa69674df32bd 0.08 MB 132 11
323,526 323,526 000000000000000010fe6636378d0d6db2197464083baa3d8de827acd73d1367 0.29 MB 437 26
323,525 323,525 000000000000000013532c51cca3be9e936f70bd239dc804ee77cfb4509b9f1a 0.63 MB 1,063 29
323,524 323,524 000000000000000011d2b2d6a2184bc37defd2ad311bb4a58fd3d6d479a2eb67 0.56 MB 1,104 30
323,523 323,523 000000000000000001abf364257d0b7eb187e92cf3f7ac286f278d8189864079 0.29 MB 482 24
323,522 323,522 00000000000000000aa155da580ba3aae84530e795863eff4b1fb7da4c245fcb 0.47 MB 777 26
323,521 323,521 00000000000000001580903b74810df15fd6d0799de8e68349c17790a5c9fbfb 0.19 MB 243 24
323,520 323,520 00000000000000000697a04b4f9707dfcba07bbe3d63203f1e9310f05a9cb6cb 0.31 MB 507 31
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.