Memory Pool Memory Pool Refreshing

526 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 526 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (761,215 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,558 146,558 00000000000007ad33178f485b2a4350f81348771db04be0996df06814203de2 0.01 MB 21 156
146,557 146,557 000000000000092186c037aa577080e91648d7ebe888b41908676a12c3420383 0.01 MB 49 6
146,556 146,556 000000000000060644951c257d3cc00e7222f2bcda33a46c7e11d9d86af6b5f2 0.02 MB 38 33
146,555 146,555 0000000000000431a7b9864e3e44b21dc46c3a03a81de0fbb16cfdf79ef3d25d 0.03 MB 54 251
146,554 146,554 000000000000072df14f1a25ee43e9e96a7b3123ced240a62ad129615d0a9db4 0.00 MB 1 0
146,553 146,553 0000000000000901c59d45ae94bde0732f58bb18eb8fc88ad0587498fd917b59 0.01 MB 8 256
146,552 146,552 00000000000009419600d7e133648de6fae886b90ff2848a86172e476249dd37 0.03 MB 68 211
146,551 146,551 00000000000001d2a392acd98eb9efa69e850d7ae0b980226694c63235b4010b 0.00 MB 2 3,875
146,550 146,550 00000000000002dac58bbea638b92d9bf92e0b9cacdb9ca77a0b7dba8a4084b3 0.01 MB 18 424
146,549 146,549 00000000000003f8734604ab3c1e92531465d861d36b223d82ea46ea3bd66ffd 0.02 MB 38 225
146,548 146,548 00000000000000bd3aaffe2feaa4cc1fe5f28420b8572d3305ca129142806c09 0.01 MB 11 44
146,547 146,547 000000000000030c08d00a3d338aab049e4902078d1b45f52595938cd843c754 0.02 MB 69 67
146,546 146,546 00000000000006a3974780bd77486afee238ed1c48be0ae071b2144a49f78daa 0.01 MB 16 176
146,545 146,545 00000000000008eb70ad36d537b97f3b3ecc3cbe028cf34579be5e5d115654dd 0.01 MB 27 63
146,544 146,544 000000000000000a840e093cca7f152ac1d375c9a81d4a7bf039f8a0964d21a3 0.01 MB 21 7
146,543 146,543 000000000000030a225e03e6325c798c28ecd3ebadecc3a68d8d36734fcfffa4 0.04 MB 96 293
146,542 146,542 000000000000070c91e5283872e78fe2863e4e714ca90b7327731d91761006b5 0.02 MB 44 71
146,541 146,541 000000000000021f5e68f8cc626eaedc9612686aed934b1e6efedf45371f3b94 0.00 MB 9 259
146,540 146,540 000000000000005213b0326f9c702b831cb8318667827e9f75efa994519d724e 0.00 MB 11 250
146,539 146,539 000000000000022039a5b40408909d600f233965a28bc93db5a04fed3f490628 0.01 MB 17 45
146,538 146,538 0000000000000171609c83149745093e43aeccbf3e15f8213fb89d7e301e8581 0.02 MB 47 74
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.46 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.