Memory Pool Memory Pool Refreshing

1,092 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 1,086 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (465,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,311 442,311 0000000000000000012d832f0e0790e00239cc255bcf3dc77e28112304554029 1.00 MB 1,969 60
442,310 442,310 000000000000000003bb0ed487ed6e8214f3fc508b0c4a87a2fd64008c3e5da0 0.43 MB 779 55
442,309 442,309 000000000000000002ff233cb8987a9180a8f70738fb0def24cbc06f521e44a4 1.00 MB 2,171 64
442,308 442,308 000000000000000002e39ff6cf503af447421055dfd17b2676f8e3972bb7e275 1.00 MB 1,893 72
442,307 442,307 00000000000000000049f5690719eb8ecc821883abd8e48a233a114fcd1e7758 1.00 MB 2,753 102
442,306 442,306 000000000000000000ab0f2010c9288a9edf5d22e87f84f459195ffdbd9b618e 0.63 MB 1,482 79
442,305 442,305 0000000000000000009b76b71e8782c9f497cc766e4510c975794e23fb361eba 1.00 MB 2,501 68
442,304 442,304 000000000000000002638b42547012fa0c610405504d8bfbf8c890e7175136e5 1.00 MB 2,270 91
442,303 442,303 0000000000000000001f0f0e5a7311781d177b559fa2f1ad52ed54eeebf85a7f 0.92 MB 1,613 53
442,302 442,302 000000000000000000ffe422c37609ad73158d358d8babb572bd98387d343c87 1.00 MB 1,578 76
442,301 442,301 000000000000000003ce65689f7effdc4756f5c3601ad0e377a40abf203ffe4f 1.00 MB 2,466 77
442,300 442,300 000000000000000000fe936ca401ca6c4b23ddf0efcec56f4c7665357d5ba317 1.00 MB 2,229 89
442,299 442,299 000000000000000003bc946717122192f07d5add32bf3cbf1e444e257a38b5af 1.00 MB 1,735 56
442,298 442,298 000000000000000001802516a69f05e716852c3402c3e02e66612ad6cc907dd0 0.19 MB 377 75
442,297 442,297 000000000000000001822086f0add132c583d73dfd712275af018ceafae2506e 0.15 MB 256 71
442,296 442,296 000000000000000003aa15e8d9886b73e64ca7f6933ba8524c3e393826fc306d 0.99 MB 2,268 75
442,295 442,295 0000000000000000006d9887e5476dbbbec50ef339e7ae3cf6d1fcdbc6d87ec5 0.48 MB 339 25
442,294 442,294 000000000000000000329b925faa7c1d3de5ac8c287231a352767f6d59107d26 1.00 MB 2,392 82
442,293 442,293 000000000000000001f0a117f01a4eaec7eb1da93fd23a250d7ea9334c00b268 1.00 MB 2,436 85
442,292 442,292 0000000000000000014d1c43d25e4472b6ebda8cbc4d8345a888e03c5298cb26 0.39 MB 755 60
442,291 442,291 00000000000000000050deeb1099e2ecefc7725982c54068916000e95aed6f96 1.00 MB 3,030 88
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.