Memory Pool Memory Pool Refreshing

18,495 transactions
5.92 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,334 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (757,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,464 150,464 00000000000000ea9ac9eea01ba0b8990e94ee0d2ecaef2e1f43c90f314eab72 0.01 MB 30 111
150,463 150,463 000000000000020bdf1fd507f3ed72ef7708d72a399127943aff639938d87914 0.05 MB 148 46
150,462 150,462 0000000000000b412692731ac41ec491a4a42b02507bac351950fa370d256b81 0.01 MB 29 56
150,461 150,461 00000000000007382c2cd6975894024800190078ba7608d42e3d6713c6bf7238 0.00 MB 2 193
150,460 150,460 000000000000008891464ddaafc6280328d7535252003215bf5b9ba114f43f2c 0.00 MB 9 53
150,459 150,459 000000000000088dea88929b1ac42c849a9084fc8ee488ee2d4d7edb65257e97 0.01 MB 13 24
150,458 150,458 0000000000000164f19d6defe7c501b54fa91e67e545a1139f5f1b67ff104c9c 0.01 MB 21 116
150,457 150,457 00000000000002c7555d83fbc2038b9e8be92ddd69822e592be088ff3cc71c1a 0.01 MB 12 52
150,456 150,456 00000000000005ef9c7268d771663c896fb524afe95be96da09438d9e9456a16 0.00 MB 13 95
150,455 150,455 0000000000000b26ce2e76f0ce98244bffc2bb4e91faff6313bf0894af2a4df1 0.00 MB 5 103
150,454 150,454 0000000000000b634735d02f808194a9341cb4420fa7b36fa00c459491ac2368 0.01 MB 26 177
150,453 150,453 000000000000023cc8ec4821cc528e4f54d2d0f5f5a9bb077aa49b28a3bb67be 0.03 MB 91 182
150,452 150,452 0000000000000128abaab71beab1e5523986205bdb1a24035faca5f4e96ed31f 0.00 MB 19 709
150,451 150,451 000000000000086a485f3d4720bfcfe1b0a4d2cf160b0ab0982824e10c0815ed 0.02 MB 68 74
150,450 150,450 00000000000001163f9e07fc3cf67e4be3b33a8d6b6e368da77be8d380bf9c53 0.01 MB 19 197
150,449 150,449 00000000000004d77bd54efdb46b3b88b59d087fb6f666259e22f2ba0ba24088 0.01 MB 17 253
150,448 150,448 00000000000006bf6d651205e2c8046ab5c32b81d4eb7b43bcc0528ccf8535a0 0.01 MB 13 53
150,447 150,447 0000000000000604236ea643a6b642e5f1705b9d1f1c50f30f10c3cff5260f6f 0.01 MB 54 68
150,446 150,446 00000000000001eca1533d98a31bbf5c18f90721b352a39ed4420a94d89a7aa5 0.00 MB 10 24
150,445 150,445 000000000000074fc5fddd04eb1c5ca61fd698405b3958f0fc05dba9bf27633c 0.03 MB 50 148
150,444 150,444 00000000000005ea78524e9fe15082613aac100962f53391451277988bb0b8f3 0.00 MB 11 96
Previous 10 blocks ↓
Total Size: 769.02 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,624.35 GB sent, 92.99 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.