Memory Pool Memory Pool Refreshing

19,659 transactions
6.31 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,603 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (542,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,611 365,611 00000000000000000a363510ff8901d5b5f555b2b8b6928795695b2aa6a7a60a 0.60 MB 1,246 46
365,610 365,610 0000000000000000055cbc063dc475089a1cac475bd5fd45cd2b1e757d8e0748 0.15 MB 288 44
365,609 365,609 00000000000000001032cb58056edf1e344f5067beac9979f4c59ff3bac11f69 0.11 MB 226 41
365,608 365,608 00000000000000000ceb991f4fc3e6bcf96e26df0315053a98426df417833b51 0.93 MB 425 5
365,607 365,607 000000000000000011f614e45264a383ade5889946881ead8b1f3f712b032118 0.92 MB 446 15
365,606 365,606 0000000000000000000727730f9fe7f5842297745247dd2ca259770a6ab226a0 0.70 MB 1,299 60
365,605 365,605 00000000000000000e40efe857ee13970829511a3fb27f60466afeeb8b21efa5 0.95 MB 1,146 38
365,604 365,604 0000000000000000110f997d35b2f9cfaf91123483aa602e06c1f692fd0a5d7d 0.52 MB 1,130 56
365,603 365,603 000000000000000011c68cc678cb269484c7129d1bd1e10a31503a3b1b204ab1 0.29 MB 604 47
365,602 365,602 000000000000000011537dc7278182c7dfb270a61dc0bd6bb88f3dbdd01bc1b5 0.85 MB 1,544 39
365,601 365,601 000000000000000003e2eea4d9a21ed2410f570283190e33c3957249a4b49165 0.99 MB 633 4
365,600 365,600 0000000000000000108c432f58290b88acf9db07c2aa4941decaa2a1bb236f96 0.79 MB 1,179 29
365,599 365,599 00000000000000000d80856d6b08d0d089f0222a17dbb09ed82787dc40e37a82 0.95 MB 1,419 30
365,598 365,598 00000000000000000f637dfca30b3c3ee399bfa07315512504d89d02e6f57c91 0.95 MB 2,471 82
365,597 365,597 00000000000000000a93c4037d89ecd68d3ad964a681f3b10852e360a8760e77 0.93 MB 1,399 37
365,596 365,596 000000000000000009076ab9c5dd4035b125af5c6afba91c2b5b4f5c4e186e69 0.93 MB 1,320 25
365,595 365,595 000000000000000000689581fe81ec3f87af1186322c0f88f075b5692935c8db 0.29 MB 545 37
365,594 365,594 000000000000000010b2add1fee49712a090165bf2ae61c2cfce1239c14dff60 0.95 MB 1,752 40
365,593 365,593 0000000000000000112215082e3937101bb8b4aef1d41a9006c3f7edf25f99cd 0.93 MB 975 14
365,592 365,592 000000000000000002c64533ea7fc004f9a34861a5a0b90a5806656f4ce2945f 0.50 MB 1,144 43
365,591 365,591 000000000000000006b86a01e44478b6d3bf9993e38f61756641192546eb9675 0.93 MB 963 19
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.