Memory Pool Memory Pool Refreshing

8,687 transactions
3.11 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,275 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (291,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
616,240 616,240 0000000000000000000d092d1065a645ff6214d77d5ce7de1a7b36e2e363634d 1.41 MB 2,475 18
616,239 616,239 000000000000000000099b3509cf7d55c3c1894f814ab45bdccb32aa2b5e3e46 1.33 MB 2,808 27
616,238 616,238 000000000000000000088fd376af0e28dc78c32dc60c4b4eaf8fc94a824c9c99 1.18 MB 1,930 1
616,237 616,237 0000000000000000000c0b92cd55de363c1bf65bdac1c971c6de0172e6b5c1bf 1.11 MB 2,668 6
616,236 616,236 000000000000000000039570aa6ec0ae468fe138af165fcba23c3efeedf76831 1.27 MB 2,374 16
616,235 616,235 000000000000000000039213d462ac38df2ae02b64c7970c464901bcf98d5a69 1.34 MB 3,293 27
616,234 616,234 0000000000000000000104eb04fe40b6463abf1805a59a5fd60ec63c21875dd3 1.30 MB 2,612 25
616,233 616,233 00000000000000000008d5e00b0bcf5c4151668f3397d5ced9f1c812efc800f5 1.32 MB 1,878 5
616,232 616,232 0000000000000000000ee6a98d2cc0a9371dbacdc3e0da1ecdc3dfb94f027304 1.10 MB 2,690 6
616,231 616,231 000000000000000000046135ed10cf00528eabf9b7fd2bb2670b61bfd993f60b 1.41 MB 2,841 19
616,230 616,230 00000000000000000001b51104936e13d4a133d17b5343131059d455f49210b4 1.37 MB 3,362 18
616,229 616,229 0000000000000000000900c3d3ea464de231611ff2950729d381b7e5a6c31e87 1.22 MB 2,552 38
616,228 616,228 0000000000000000000ccf8cb3b9db06bd7c69e1107046654750e34ae814f4ff 1.16 MB 1,463 8
616,227 616,227 0000000000000000000b9525b81c25aab53e6a13553cae571bf1d7fef6bec285 1.17 MB 1,806 12
616,226 616,226 0000000000000000000288b50a3519d1ac5b09b2aef61c59bf0fa71b71e369a6 1.07 MB 729 6
616,225 616,225 00000000000000000006baa62d4318a8f9ac4153ba1fd1ca08b41943158c74e4 1.03 MB 497 3
616,224 616,224 00000000000000000002766bd2f1cd4295293051db3dcd4964846b6decedecfe 1.08 MB 1,101 6
616,223 616,223 0000000000000000000d71faac6f32355555ca36036647ac94f8d1b4ec821dc0 1.19 MB 1,890 9
616,222 616,222 0000000000000000000d57267fc69da06b462c3d269806ddef480dcc24197ea4 1.07 MB 738 1
616,221 616,221 00000000000000000008e44482ae6c9c5a51bfb3f8eb47dc1af3a4235c06b371 1.24 MB 3,022 9
616,220 616,220 000000000000000000028938d765726529c9dc2593157611dc215465c8063037 1.26 MB 2,488 18
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.57 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.