Memory Pool Memory Pool Refreshing

8,075 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (714,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,660 193,660 00000000000007140f25484b76510a1f35661db0374ef1396766d4687a9fb9f3 0.00 MB 6 44
193,659 193,659 0000000000000030aaeccff62ccb74434075fb4128dcc83ff35aa890983c5730 0.00 MB 9 116
193,658 193,658 000000000000071430d20ab80caf2392d4036d96b0d72286fee34bc73bc2dfcd 0.05 MB 128 158
193,657 193,657 00000000000001a473da539d4cbd1231d3ab645c91771fbe60454f7649cba49b 0.03 MB 84 35
193,656 193,656 000000000000071b6d89013574e079def7993665b6ad35b59e3b83df2aeaf2e1 0.05 MB 119 106
193,655 193,655 0000000000000467c59204d77edc203038e4a0b673a311cdd44026125f428eba 0.07 MB 178 123
193,654 193,654 00000000000006b3475ee572bcebe8edc3e1b63d1ec3d0a3b5127d4a9091b5a3 0.15 MB 347 121
193,653 193,653 00000000000000d443dad6187f7358f0f90e9cff625d1cbf52a53bb6a1c6daab 0.05 MB 105 91
193,652 193,652 000000000000072e004abbbaa6e541f09a7c60aa17a0604abc9e1e09d13fce99 0.15 MB 301 99
193,651 193,651 000000000000012dbc8ec362df874f29b8f4b97219ebec2f40d10e43398271bd 0.04 MB 67 65
193,650 193,650 00000000000000862fa1d9896c752f8863a8fdbfcfb211810b6f4d4bce8fc4ba 0.08 MB 154 94
193,649 193,649 00000000000002697379262d1d65788fd5dbc22c95efa7dfef0b809e552d5fcc 0.03 MB 89 94
193,648 193,648 000000000000019d6a30b24d53cdfc6ee44a719fe8a983f84f4dd59e61937a66 0.18 MB 421 117
193,647 193,647 00000000000000820ef6091455ece0313d3b6e6e3ed49df4351ead66379580f9 0.01 MB 53 343
193,646 193,646 00000000000006900512ed118ab1e06c7afcf5103bbacd2ea6c252dd2bb4ba04 0.25 MB 644 131
193,645 193,645 0000000000000496f59052d752f432f2c66fa7d6a0a1b3073a9a2ee58f65a19a 0.50 MB 1,836 0
193,644 193,644 000000000000050ba8a80cf3b2a87dff96b49d1691a6427f0babd5403f3ef2d0 0.25 MB 349 88
193,643 193,643 0000000000000757d705d449ee9c8b7c075e850d05373852d4e7ad0f7de6128d 0.38 MB 1,024 181
193,642 193,642 00000000000003d9a0d3cd5e4098e7d169374d96e81185855a77d8786b25e4a3 0.00 MB 9 3,127
193,641 193,641 000000000000063eaebe0fc2d25284ad6363653a6a689259a5d0dd999e596778 0.07 MB 219 92
193,640 193,640 00000000000000bef8b504e0caaca7c144602ef31e7554f99f17730d4ad2516b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.22 GB sent, 94.21 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.