Memory Pool Memory Pool Refreshing

3,467 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,776 (608,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,228 299,228 00000000000000000c2b746fd499871e40649ab9a2739c19febd38afbcbdac0c 0.23 MB 454 32
299,227 299,227 000000000000000010221c312b3c07e085259d0bdc21fc221e8b3b2426a61d3b 0.75 MB 1,282 36
299,226 299,226 000000000000000067bc6829845cb831c18ba07c2c2b5a930aac1d2db7ab132f 0.06 MB 106 96
299,225 299,225 000000000000000063a8fddd0dece825e63b88a3fb45a5593db449ba80ceba5b 0.16 MB 321 32
299,224 299,224 000000000000000060d9e70b65fbb0211d3613e99e448a51aad1dc832769f45f 0.11 MB 213 31
299,223 299,223 00000000000000005b8bc79119d6f34b283d13e5e277cedb94964e0959fcb4f1 0.33 MB 368 19
299,222 299,222 00000000000000003319904d3560ff39ceb8eca79828d8ae8e23f3e275cca985 0.35 MB 993 52
299,221 299,221 00000000000000004a71156d7774da145cd87e1911afd8ee2e492e1de9d57b27 0.52 MB 388 17
299,220 299,220 00000000000000001c7a19e8ef62d815d84a473f543de77f23b8342fc26812a9 0.11 MB 128 34
299,219 299,219 00000000000000000c02bf2f2ca762d3c28444844c4b916294905858df1e7e7e 0.50 MB 797 23
299,218 299,218 00000000000000003e1fbde1815b3ef0330ff59c67358f69731de88a848d6dd7 0.35 MB 935 47
299,217 299,217 00000000000000007f9937e0ffb883589543906894c0ddf149ba6165d3e43f58 0.35 MB 1,159 61
299,216 299,216 0000000000000000849181db8c411486e811331fbc0b3ac48f6b625e0a000b88 0.45 MB 839 43
299,215 299,215 000000000000000087dcdac06475fc4fc5d0840180b71f23b5f49fdd87fd64d5 0.68 MB 1,390 42
299,214 299,214 00000000000000006c244073611f2e2fdedc6c5e78f77bede3773227f32e0395 0.08 MB 191 28
299,213 299,213 0000000000000000359556eb9cd3965d02fc96674dab5e0c3dce29305a9aa370 0.49 MB 674 16
299,212 299,212 00000000000000006137c9ad76eae091bac2de662d1324495a87fe3078611903 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.