Memory Pool Memory Pool Refreshing

2,322 transactions
2.44 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,005 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (7,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,220 900,220 000000000000000000014e82ba242a6c0dc937c0c59acb3d8fc075f64ff4e32d 1.27 MB 1,230 2
900,219 900,219 000000000000000000014b04fd1b1b9f52b82b70bc47291f130923662d1da47f 1.52 MB 3,006 3
900,218 900,218 00000000000000000000927c0bbcfe804c609b90fe714cf298040a66be746939 1.58 MB 3,428 6
900,217 900,217 00000000000000000000e229a5f740ad9e142d5348b822b6d72d9db9a35824a0 1.44 MB 2,118 3
900,216 900,216 000000000000000000021e215d7bfd52ad9d0c7ef38fe4a533eece26762ec718 1.57 MB 3,114 4
900,215 900,215 00000000000000000001ea0c50b0d9752050142ad35b84d92c482e31a2536d96 1.57 MB 3,327 4
900,214 900,214 00000000000000000001c1331b29c547b9d26fa6766b95fc24693aef8dead0f0 1.57 MB 3,822 6
900,213 900,213 00000000000000000001ceffe0a76b76174689684cf4f10ae8bc762df84639c7 1.51 MB 2,523 2
900,212 900,212 00000000000000000000a821efa5527391b5b36ddb6681453c5510ffe25b7429 1.43 MB 2,750 4
900,211 900,211 0000000000000000000031ac2f59b2a9ca5e07163179fb0cda101645b188141c 1.47 MB 2,258 2
900,210 900,210 000000000000000000003a465005cbad831602566d3892129c0d329a8315e63c 1.66 MB 4,050 4
900,209 900,209 0000000000000000000061d268b347e2e164a47673ee374627de938f52df5d48 1.61 MB 3,796 5
900,208 900,208 0000000000000000000010df008d9713db9e8c95719fa76f8ff8403bf77b5b43 1.55 MB 4,091 6
900,207 900,207 000000000000000000009656ffcc78644980c8135e7c4e68121074697620ce4a 1.43 MB 3,075 10
900,206 900,206 00000000000000000001e295261f5c87a382ed5f3fa617e564fb307e649236e3 1.59 MB 2,846 3
900,205 900,205 0000000000000000000189d892140d2f821e4678838b2b1b0fbe5dc7c341b1a3 0.25 MB 485 3
900,204 900,204 000000000000000000000412c3444f0ec1d990122068c2e42b8761497a80b784 1.36 MB 2,043 1
900,203 900,203 000000000000000000006116a8060d712108ab29aa17dc8e0528b74000dd06ea 1.69 MB 3,085 3
900,202 900,202 00000000000000000000dbdd030900ed89211d5a5a7fa3767a860e27b3bb59c5 1.36 MB 1,403 2
900,201 900,201 000000000000000000016f4eeb895da9be7a2423093b9ecfa25bbf49727501dd 1.33 MB 2,100 2
900,200 900,200 0000000000000000000089856cf0be43061a62e1c451dee4bf395c799ac91c56 1.19 MB 2,042 2
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.