Memory Pool Memory Pool Refreshing

8,946 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (754,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,534 153,534 000000000000019823d8fefcb61ee21b36b82d5301e1ebec0904d344fea5a45a 0.03 MB 112 30
153,533 153,533 00000000000003ba664ca636f58dd513487c5cff54da22a6dfa19acc252e06fc 0.03 MB 32 78
153,532 153,532 00000000000006dbc9b6dbc7c79732c0faa78edbd3e02c7566faa4b58bbefed8 0.01 MB 25 154
153,531 153,531 0000000000000d55ef756c31bdf843f97bba334b301e96aecfb5bde80c284551 0.00 MB 6 77
153,530 153,530 0000000000000dcfce3edd80a6d77d24e2b1e7ddaab3d63e0e73c40560a5a612 0.01 MB 46 193
153,529 153,529 00000000000002e5c70f911352908b02e2078591c1b829a9c4678eb9b28ae31b 0.00 MB 5 142
153,528 153,528 0000000000000c90857e7a2f31b341e401e6ed4fe04f94aed6be1a27bcafdaf3 0.03 MB 72 69
153,527 153,527 00000000000008f2ade15360e866366281f1665f9b0a3ea37523e2b49dcc6b62 0.02 MB 27 59
153,526 153,526 0000000000000a1a89d6279548ce17ed2de4503e4ca95cdfb3fa8cc52ed6255b 0.02 MB 42 8
153,525 153,525 0000000000000a1e21a37f650dc5c0728a13dd892df0d40168ef12bfdc48e7dc 0.01 MB 35 22
153,524 153,524 000000000000031fb6d6df470e9970d833a606e057c79c7ae793414428724c87 0.01 MB 18 176
153,523 153,523 00000000000006725a8d7a652ae126bff66c04f9398ea8aca21358a03619ea73 0.01 MB 17 206
153,522 153,522 0000000000000d40b09d346ead270ab233dc7e4f21f2e7e221ef15191807c01e 0.00 MB 6 52
153,521 153,521 0000000000000d05510ff275757ebf4117d2e5cab87445d0265a6a0d2dcb6ce8 0.03 MB 54 91
153,520 153,520 000000000000060f6841c843d05b891851111f7dff2c7157abab53658c2adba6 0.01 MB 27 102
153,519 153,519 000000000000053bd341cb59668185745f05463bc03a891e3249403d204b0a05 0.05 MB 157 53
153,518 153,518 00000000000003d9af905eb59297d1b0d34dc8647c7f7c457264356adb1001e6 0.03 MB 24 806
153,517 153,517 00000000000004070b7f06b9166561e0806b087b01f2db07d68ddbac802faa3a 0.01 MB 28 15
153,516 153,516 000000000000091baf90b329d338cae5675c58ec48febe936b4a0e860ee38462 0.05 MB 163 29
153,515 153,515 00000000000001aaf0c073f4d9dcb8a752f85574f6e4a44233414ead4618cbed 0.00 MB 5 147
153,514 153,514 000000000000028815866551d15de435dcf27fe5281e14c22c36fb34631f74cf 0.03 MB 75 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.19 GB sent, 93.02 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.