Memory Pool Memory Pool Refreshing

57,242 transactions
30.63 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
877,739 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 1,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 877,738 (447,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,306 430,306 000000000000000002aa7f766addf83f0465ef2e97635f2735acd088e470242a 0.33 MB 617 54
430,305 430,305 00000000000000000094da1a158f9946d358ce7b1c698a7ac159df2b04367050 0.99 MB 2,016 51
430,304 430,304 000000000000000002d22e11d652895cf0cbac6c6de0910f24e2ca743c95177d 0.30 MB 654 59
430,303 430,303 000000000000000004c42def841e7e32b9d427629603fce72296351dcd46e325 0.05 MB 90 49
430,302 430,302 0000000000000000014cd3951f74d2478e41ca5618e6fc79771432eea05d0688 0.98 MB 781 19
430,301 430,301 0000000000000000039e28ed921d3434e2ae01b48578835b6895a3b1de796bc8 0.33 MB 827 63
430,300 430,300 0000000000000000036631145adf1a2b4090ec17f83d7d0bbf34dfae09bcec78 0.05 MB 87 49
430,299 430,299 00000000000000000391aea1d0d20bc0e72ecd8d05a25a0ad6eed1db779b6781 1.00 MB 174 3
430,298 430,298 000000000000000003379e1c9f8d3ecbddcb994ad04514e8bccd5421c1df5840 1.00 MB 736 21
430,297 430,297 000000000000000001f73140511d2fdd3fdf51d9369e76210f2d2d3857da97b2 0.29 MB 814 64
430,296 430,296 0000000000000000025b250a8ae8804849ff8ce92f7199b1612f71dfd492497f 1.00 MB 875 26
430,295 430,295 000000000000000003088c56f861b3ae0fb18a380ed4f4250d012ef6239453ef 0.99 MB 252 10
430,294 430,294 000000000000000004d4d8375d9feba29901deb637e05e6894bcce568630a67e 1.00 MB 243 10
430,293 430,293 0000000000000000041ba5c42ac8910764d9eec86727d4bdd2032cfe3f610428 0.99 MB 102 8
430,292 430,292 000000000000000000766d6776cc603a54cc66b4c2db4f50a23280a66d7e096e 1.00 MB 2,284 51
430,291 430,291 00000000000000000066706a3a5e34c147bba466431ce0ac0e2d2064f0b75ca0 0.65 MB 1,715 61
430,290 430,290 000000000000000002cff1d845cb49ba36ba028e7cbfafb53f267c0061c01839 0.99 MB 580 16
430,289 430,289 00000000000000000209aa90dda2763e565f36182535bec2671728dec6bcb86d 1.00 MB 1,676 43
430,288 430,288 000000000000000004b52477bc737dba6abf2b4b2c97de808b596c547b5b92ea 1.00 MB 1,279 29
430,287 430,287 000000000000000001c944829ea36b7ac3380bc496e0ef4981814931cb2d4c33 1.00 MB 2,769 75
430,286 430,286 00000000000000000216957a2b057232753b49c9111e1946f92fb29742e83a18 1.00 MB 1,672 44
Previous 10 blocks ↓
Total Size: 713.84 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,157.33 GB sent, 33.26 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.