Memory Pool Memory Pool Refreshing

6,882 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (619,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,337 288,337 0000000000000000995040ff0f3af5458c518ab4e2fc35eef69facad5a28c3a8 0.06 MB 128 119
288,336 288,336 00000000000000000a807b90c5f0489821cd0f8f52ea9dd139813cd40b8a1ead 0.11 MB 156 24
288,335 288,335 00000000000000002a131475de97bb93a52b9301099fb78217175439bf9c8b80 0.25 MB 381 23
288,334 288,334 00000000000000009debf42c3d543fa36ca007f95e1a0909b9362bfeaa19def8 0.06 MB 128 61
288,333 288,333 0000000000000000e304fd141e7bcd025ac9a1e63b21f2608c99cbe63178e8f4 0.10 MB 179 22
288,332 288,332 0000000000000000f5c7dd350716727d616eaeb8ad48616f57619e239c58fd70 0.18 MB 230 24
288,331 288,331 0000000000000000ea4ce183fdd338badffca1d22b3216c37c70ea36e1a2f6d0 0.35 MB 762 42
288,330 288,330 000000000000000023aecfd6c48904ff1019249a32aa00b875e9aca21872831b 0.49 MB 828 34
288,329 288,329 00000000000000011fe282df81870097da9fd0bf4b27106ada20ee7b0e90aa70 0.11 MB 143 22
288,328 288,328 00000000000000001843317322da621f1f6764b18c4a688cc1327b3ac40fdb9e 0.30 MB 629 30
288,327 288,327 00000000000000002a357ce207b974b45b366b3d88cc53ee5c81356ce7b96784 0.35 MB 678 38
288,326 288,326 0000000000000001185a44654cdac8cb5064a009c648825276e84920f6174e9f 0.05 MB 121 65
288,325 288,325 0000000000000000ce225fc30bcc81479c2aba6169a9ba36bde2acc88169e380 0.49 MB 871 33
288,324 288,324 0000000000000000d40663d08f0bbb22c6b5ee37532296d7d76eacf08be9fd23 0.16 MB 286 37
288,323 288,323 00000000000000011edf7eee076cf4b69a9df2cd4959e4f10555c2472e7ee18c 0.40 MB 668 34
288,322 288,322 0000000000000000418d74c499cb16cdf411291705d986d1ea0ddf2a5c8a7ad9 0.03 MB 66 33
288,321 288,321 00000000000000004411d40a1d44cdb84908e04acb5f1219d033808c07280815 0.11 MB 166 17
288,320 288,320 0000000000000000aab852b255f13c8019028ed9058c16117fcddb5bdd971ec1 0.24 MB 107 14
288,319 288,319 00000000000000006414a31e72162d7664ff4466664d3f46d0c6d2180ca81112 0.35 MB 670 31
288,318 288,318 0000000000000000ee8ef244247dfb2436671805e0053c894f303b7bf0e04a99 0.35 MB 494 23
288,317 288,317 00000000000000006668775272a7bb59ada4a3b2f2ac1f4a59eb906604290028 0.35 MB 503 47
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.