Memory Pool Memory Pool Refreshing

2,057 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 2,048 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (762,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,237 145,237 00000000000008ba9044285e3133d331fa970018801c06d56d795565f6e76ad8 0.04 MB 77 67
145,236 145,236 00000000000001632f6f327a85a8f7d03696a2115ebcf2db9365a23c0ef6135b 0.03 MB 63 137
145,235 145,235 000000000000086f8a5703d3275f2d79b909e16c0e7635607aaeec1b2cb41e4a 0.01 MB 15 35
145,234 145,234 000000000000055cb1d2c7106125741f94b1917c29645d323dc12c33aacdfba2 0.00 MB 1 0
145,233 145,233 00000000000001f151960f0d111040db150076b7db64b77f5b804322dc0a0709 0.00 MB 17 446
145,232 145,232 00000000000004f30687599486b6d40c762453cdd619e60885168347a069099c 0.03 MB 88 70
145,231 145,231 000000000000053d1b0855a1cda316d2d0c245b3904e2ad52d8b13bd47ba67f1 0.01 MB 18 148
145,230 145,230 00000000000005cb7851af9aea37261b2b7c580704d90c9c57b014d1173a2c2f 0.00 MB 7 26
145,229 145,229 00000000000002ccf1da3ef75740dcf9df9756a5530fdb6c0976cd054407ec69 0.01 MB 18 336
145,228 145,228 000000000000001cf07e323d70d90ab60ef771f6882581284a4edbcb9baf99e4 0.00 MB 9 90
145,227 145,227 0000000000000719bc336076d77bd427fce40c99c7a4b7a562434863a5367dad 0.01 MB 15 199
145,226 145,226 0000000000000298ed7ea5793cb19c243fbf11ce41bc82e39e5de894d374fa6c 0.04 MB 107 156
145,225 145,225 000000000000075ee6eb6aa7431ecfbed53a1947688fdcfb152da427a1efd9d9 0.00 MB 12 35
145,224 145,224 00000000000006c93f2ce83894a13faff5fa786fd28b29870f7c8ec24cae2535 0.01 MB 38 123
145,223 145,223 0000000000000971a57bee785aac287f30cb02db8f2bcf6fcbf99dadf0c2e15f 0.05 MB 111 180
145,222 145,222 00000000000003cb214ccab7d96db8d9a1bbb775a70fbfe3e47e6547882d1cce 0.05 MB 96 117
145,221 145,221 000000000000049cd46e0f31c4d10edfc6de09a4faabb7a2f5f5ede537203446 0.03 MB 79 81
145,220 145,220 00000000000002b6a49323d5cde26ea1680f82438be51b41fb1d62bf1c41f410 0.01 MB 20 181
145,219 145,219 00000000000004f691df7ebc43a3b35a5ce21f1b68b4163ed8ef7b368931e760 0.02 MB 61 92
145,218 145,218 000000000000047b12f4814757a3a6e1c223bd13f480c6320810dac7fe2169e3 0.00 MB 3 80
145,217 145,217 00000000000009573581ec2079cadc5846e08373f64772790965b5039861551f 0.00 MB 14 111
Previous 10 blocks ↓
Total Size: 769.59 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,651.09 GB sent, 95.86 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.