Memory Pool Memory Pool Refreshing

9,080 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 23/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,085 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (608,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,211 299,211 00000000000000008567054b64083e02b522c1e44c7a8e8fc20b93809d9ea830 0.34 MB 1,024 68
299,210 299,210 0000000000000000563d27db96c7502465d50a41969544840b6bbd02886ce91b 0.25 MB 495 32
299,209 299,209 000000000000000081e031db1a24df1c4a51a919e8a77851f4c40887ebefeda7 0.21 MB 363 34
299,208 299,208 000000000000000038ff06e65670490654618beffd88a6fb2fc675ec7f31f7d7 0.32 MB 623 38
299,207 299,207 000000000000000030d58d97094224ab0cac6be22b5a68f79e7cd4a4ec6bde15 0.08 MB 189 37
299,206 299,206 0000000000000000840af7fb0a5d472719fa24ccfdbe9b1a08f146f5aa9e3f87 0.36 MB 409 24
299,205 299,205 0000000000000000254d31d65e634f3aa5069bb853ea351c5ac6f1520e396d7d 0.35 MB 842 39
299,204 299,204 000000000000000049342cc37ed8a5e759b4fae2f67ce6f010f83f0a0820eee9 0.01 MB 35 43
299,203 299,203 00000000000000004ae891ce517c6a25a857a32846b78105fa397f407794a116 0.05 MB 128 46
299,202 299,202 000000000000000071845f73d2d4a95ecf7069964b2aa62d854c658e12ee85f9 0.21 MB 297 24
299,201 299,201 000000000000000022c3c37c3e0ab0e8916b099c89b895d566f8ebd5f0646ebb 0.35 MB 720 35
299,200 299,200 000000000000000057cf6671e1b4b9f6e8e77072aaf4ae89142079fd66e78af1 0.38 MB 770 38
299,199 299,199 000000000000000071c0c931c293b4ee36ee5e91e2a35c0c68fffc64484757a6 0.57 MB 465 21
299,198 299,198 00000000000000001918f7e8dc11ef804755d7f8de89d18d394f46728c05158f 0.35 MB 1,049 59
299,197 299,197 00000000000000004bf00148a5a491348756813fc943369e87067769fc58820c 0.50 MB 1,350 43
299,196 299,196 00000000000000005b04a9e2b4d74b0a15fe01af0004dac5d28770ce011d8d03 0.02 MB 32 10
299,195 299,195 00000000000000000362e056eed32ac7042b6cefb65c89487678e3ba0dce479a 0.46 MB 444 15
299,194 299,194 00000000000000002d908508e761d62e86d9cf7e31cf420b441ac3b668ca7df0 0.35 MB 909 45
299,193 299,193 00000000000000006cfcd5041007e1e7bca52699f696f993d4c39204aae854ef 0.25 MB 795 57
299,192 299,192 00000000000000007c87bf288759f77efd03db1c22983b58bb97451785529054 0.04 MB 128 320
299,191 299,191 00000000000000006832be286a982b209b54788671ff3c550cfa9b6a8cd2dbec 0.21 MB 345 30
Previous 10 blocks ↓
Total Size: 769.03 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,625.60 GB sent, 93.03 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.