Memory Pool Memory Pool Refreshing

19,791 transactions
6.35 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,695 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (769,108 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,611 138,611 0000000000000894d582b1735b5ccf932be898dbb2d08f19940b81d29c71a2fb 0.02 MB 58 121
138,610 138,610 00000000000008f8330229f8472824106c3d1fcfe2bbf621d6459f8c320d36eb 0.00 MB 1 0
138,609 138,609 00000000000004af9bfc4533c0e9c248e34902655f2cfe2c86f247bfbc36997a 0.00 MB 13 439
138,608 138,608 00000000000003d99f643e91f589cd5a7c2bcc1dfceea22ca2e198725515a313 0.01 MB 14 69
138,607 138,607 00000000000003c4aae6e895f1ecf7162cbcfe055d9f5b419e69f11cc279f0be 0.01 MB 30 138
138,606 138,606 00000000000007e12397263054140f74540c070fa5d95a9bef6d0eb1e4d72137 0.02 MB 52 161
138,605 138,605 000000000000040d937d79f1dedbd180b0abf660c8ea25917c22f112a99c7e1e 0.00 MB 1 0
138,604 138,604 0000000000000001dabcdd74a17ffd2804b0b4ce974d5971dce753133b6d0b50 0.01 MB 16 64
138,603 138,603 000000000000027362b2028b4b8390221d12eaf541f0de69da313e8278e43f50 0.00 MB 15 83
138,602 138,602 00000000000000551dae3e969df1101cb830daa2d9c5b287df9668d0d382d6ec 0.03 MB 38 56
138,601 138,601 00000000000002f740dd2f156bf4afc050e9fc03a64ce967c54826a18aa55057 0.03 MB 82 79
138,600 138,600 00000000000006a10da4baf032a0d7893df81358391f59b6bb2764aeaa0ee3f2 0.00 MB 13 326
138,599 138,599 00000000000003f5d176d54719f8c6f17e365b1b206263cf581ceb2a5f7d1bac 0.05 MB 91 136
138,598 138,598 000000000000021477fecd4e75ee8dffe974fb9e713ce50291eb85f48c22328c 0.05 MB 129 815
138,597 138,597 00000000000006dffbfdf2307f9cbf47f3657966c1c2ddf93e9478bd04d9abf0 0.01 MB 18 58
138,596 138,596 00000000000005de0dc26cd981e3fc5aae527d4fd3b2c1f56ec048c01badcb47 0.01 MB 33 113
138,595 138,595 0000000000000494d97a85a187e2f147c55e7e44aa36e73f157a9ce5f4f7693d 0.02 MB 37 272
138,594 138,594 000000000000056e2f10805f92415bbd11f56cef589151faa0a4fb7bf0a2ed01 0.00 MB 11 323
138,593 138,593 00000000000006578d5837595e599806a62344f13a22c0eca91686176032773c 0.01 MB 30 92
138,592 138,592 0000000000000297071a5521549f7a614dd3a7d5ef6c03c52b129538460e69e9 0.00 MB 9 164
138,591 138,591 00000000000002ff691e8f0abd19142b64b3905fd07298dc3ed33f6464bf9645 0.03 MB 63 151
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.54 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.