Memory Pool Memory Pool Refreshing

2,823 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,817 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (644,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,160 263,160 000000000000000d58754521a1874d074c8969e5bd5e9a94edc0ec1e6f554d0c 0.14 MB 357 100
263,159 263,159 000000000000001294b5080f49dc0e15e8ab5977514eb0a552b97332df50293f 0.04 MB 130 94
263,158 263,158 0000000000000003cc7105abdc4cd396019768de9599b3710c81be97f349900f 0.29 MB 625 103
263,157 263,157 000000000000000fa7f5f4414f8582b119fe1602c8af6af3cd76f21b4bc4a874 0.24 MB 622 123
263,156 263,156 00000000000000040954210aef744d4dc5fdcc655fdd22f2317ee75e70768fa4 0.06 MB 172 44
263,155 263,155 000000000000000e80878120f420f2450e397365c0aed4dcfbff0583b134dcb4 0.15 MB 419 114
263,154 263,154 0000000000000001b4d394d76d8de08cbfd3f3ae3ae97851cc1ce0eba19f763f 0.31 MB 806 115
263,153 263,153 000000000000000892614d13da4dcd22b5005adead40388f19d5ab5fc5946f03 0.23 MB 596 131
263,152 263,152 000000000000000f397673264ec94602c238ef890364af63b98fa5dd45ec58ee 0.05 MB 144 72
263,151 263,151 000000000000000647844daefd502596649fdbd097d26d424376b5064117b2e1 0.19 MB 438 124
263,150 263,150 0000000000000006c2c7bfdaf63227f5c3f097cf686dccd3e62fc24aff9063ee 0.19 MB 475 89
263,149 263,149 0000000000000011e4c19fd1a0f7d375e26830b5fd4c8990ee0e18258e157077 0.12 MB 248 113
263,148 263,148 000000000000000abd9f7f39919c7cadb35c698aa198f1e1a692aadfea3167b1 0.13 MB 278 83
263,147 263,147 0000000000000007e615b965219fdb79f1cd1e4833ae46a79f27e6a3065a479a 0.04 MB 114 92
263,146 263,146 000000000000000d661a7d6e752c228e915b8ef24b64744afafcb8a7d8eeda89 0.15 MB 224 55
263,145 263,145 00000000000000098f075ded892452b5edc24373fefd68b4b4f309e0ef739b48 0.13 MB 349 111
263,144 263,144 0000000000000001a96bcc6f6aac2ddaaf157c1167c899fab983b687d6a94622 0.14 MB 306 82
263,143 263,143 00000000000000041daf27b280092cbc0848d5475b3977103e16d832c1c55af1 0.00 MB 6 43
263,142 263,142 00000000000000044a2ee439294098ab4382fd19d313f7abcec3b9cc01410579 0.09 MB 202 67
263,141 263,141 0000000000000001c79c851678401b8cc90b38343c59d1daaf6bc618ac3bb847 0.03 MB 63 76
263,140 263,140 000000000000001340671638fd05f1219b53fd9ae9fbd6289d38f8880a5647ac 0.21 MB 404 92
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.26 GB sent, 93.31 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.