Memory Pool Memory Pool Refreshing

2,953 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,681 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,423 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,680 (633,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,325 274,325 0000000000000002c796502084a051932d43ecc73b40208d2ad4a480192e98d6 0.25 MB 769 88
274,324 274,324 00000000000000024f57cfd651ec51fdfa5de2b5ea2863d000cf0e5136d28cc8 0.25 MB 556 52
274,323 274,323 0000000000000003b34371cd8f907b348924f7602d225b950a4b7349775a69d2 0.02 MB 45 14
274,322 274,322 000000000000000015bc5046cf289b0307c1f748ed9fc230b7a93a67f09ea8d9 0.10 MB 245 51
274,321 274,321 0000000000000003dfb3eaeab154bc35396957cb6495ebc1dabe9d1814392259 0.21 MB 379 52
274,320 274,320 000000000000000277db6dffef0a3d798640bc67eda06ea8c055b3f46d0c2699 0.25 MB 587 52
274,319 274,319 00000000000000039a2145ebf64abb4cf476c42e2d289cb0a569f5d212fbf951 0.16 MB 357 53
274,318 274,318 00000000000000036a405c63c6f06354538446bf1174dfaeed8d28071b96065a 0.13 MB 270 50
274,317 274,317 00000000000000021ca44463b54a7f3d97e7f22e33e33ecf44aa1b8570c2026f 0.13 MB 165 21
274,316 274,316 00000000000000022c40a4b97122cc086ac852ff322622483cb7f07565233293 0.25 MB 565 53
274,315 274,315 000000000000000342f48265caa3cc51dcebe954d88bc4fd04c8da1bdfe72786 0.28 MB 609 47
274,314 274,314 0000000000000002c822749eb7d057954d2b6bbb6141eff4e4e1ae04e2f250e4 0.25 MB 470 59
274,313 274,313 000000000000000257dc317990a4a4ef7efdd56341395e867f8170e05c908000 0.08 MB 137 42
274,312 274,312 0000000000000002fcca85bef6b1106f9c06b2fe195127c3144c1c7cf5416d19 0.16 MB 295 23
274,311 274,311 00000000000000029af60a33ced45e432df60535920bcfe0cc7ba5ffcdd2e18d 0.25 MB 715 76
274,310 274,310 0000000000000003d9ce99ccc1574ab0604de4e67e4e9ec44870770312b9b5c6 0.09 MB 203 46
274,309 274,309 0000000000000003174d8288c34b4b385d0b7097e6fc79852d3ea78159669196 0.05 MB 118 41
274,308 274,308 00000000000000005701f807bdaa74a7fb14a2fec588e1a1b91bee133ba7c3ab 0.13 MB 340 67
274,307 274,307 000000000000000013e5ba8c9da0d927b925be5d66c47018dadcc236fd2ae041 0.17 MB 346 38
274,306 274,306 0000000000000002a380554a8f98cbd1ff728070ea71982b498bc6ee8272e198 0.06 MB 74 16
274,305 274,305 0000000000000003550d7e028b5ccd4246f9d260df083d9b20ac2c083ede7c3f 0.25 MB 551 60
Previous 10 blocks ↓
Total Size: 768.95 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,613.79 GB sent, 92.53 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.