Memory Pool Memory Pool Refreshing

1,554 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,551 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (763,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,626 144,626 000000000000004b8734ccf7d142790652b358506e92ee833fcfdb157cbc15e8 0.01 MB 15 36
144,625 144,625 000000000000015cb1b6d46ad4cde765a7d7cfc6938dbc5982bf2c685126fadc 0.08 MB 33 59
144,624 144,624 000000000000039c0f2579b0bb8ef5eb36f84652023c22b4c5eb17e0d456c9ea 0.05 MB 43 664
144,623 144,623 00000000000002753db4890a9d549d68c88676e3c3d8bd919b48d59690fe5a38 0.01 MB 40 104
144,622 144,622 00000000000008cbdc6d80a5449023bb96b10986b759f36918b11c8c7ccb9ca6 0.01 MB 23 420
144,621 144,621 00000000000001b5ce5145aa9665d0935ba89de4a94a0ead16e735c44d12f7d3 0.03 MB 39 44
144,620 144,620 00000000000000cde90b5856e8eccb393e5d34c42ea75d4509b4b90f012da329 0.03 MB 80 79
144,619 144,619 000000000000070206f9cc885dab0d996e997eceae2eeb4306351b3c7a38a592 0.04 MB 53 157
144,618 144,618 0000000000000139bb0454a22e3d0b3ac25948daee79a798364b919c616bea19 0.00 MB 8 0
144,617 144,617 000000000000091be59c5aa04a9b2ef38670efbcaf6d74beb62962c1ad799346 0.00 MB 1 0
144,616 144,616 00000000000007bddb2c367cb4a6ceaa3c8982d530d1fb8f49e7ccba70cc630d 0.02 MB 44 417
144,615 144,615 00000000000006b7982fe1c1c2bebf42d2d9f1af8383878df71ff72db9fc3180 0.00 MB 14 285
144,614 144,614 000000000000043b0301aeb8a8c6a71bae6e42846c5747c81ceac6998b17bca5 0.00 MB 16 33
144,613 144,613 000000000000035e8080494183a24e44f1a7c37479e2fcf9ace132f08471c0f0 0.03 MB 26 94
144,612 144,612 0000000000000018700d0cf893e598f90d06ed199640579561bf553264f90933 0.00 MB 10 67
144,611 144,611 0000000000000838e9e32f13fa8bee42295cf2cbd0a000e61717add7c1ce1ef9 0.01 MB 38 10
144,610 144,610 00000000000000c2fdd5e49a00dd0f05dcad423b0cd7f3c1b3f7eca0b97d21dc 0.02 MB 27 139
144,609 144,609 000000000000019c2867d7899ece952d514bffae84361a6c0e28e91ee9e9393d 0.00 MB 5 48
144,608 144,608 00000000000007638a509a3808ffa289a19c5bf2eb8d10ea285febf9afedaba9 0.00 MB 5 63
144,607 144,607 000000000000031c32ab016672446bc1007b23eeaf264525e50f338b557b6ad5 0.02 MB 26 619
144,606 144,606 00000000000007f19b1d61167395316ab3dbba4a382e190e84e158aaac6c5778 0.02 MB 10 222
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.63 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.