Memory Pool Memory Pool Refreshing

3,765 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,927 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (777,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,814 130,814 0000000000000208f140a88e3e1dbd29da575fdcacb0775df73c2b216930061c 0.05 MB 183 41
130,813 130,813 0000000000000c0b9e3726f0bea9ae4534374715b9c35ba5da381af06d5542fa 0.05 MB 151 586
130,812 130,812 0000000000000907061f4971e4d40e942d2f0622e2046d48bf7b1e372c617955 0.05 MB 152 474
130,811 130,811 0000000000000d63c6b0522448c59a5732f159c3e9e51b78ad80f322a04eaac3 0.05 MB 102 411
130,810 130,810 00000000000002b204032de96e8c92aa530880e49d2d85ad2869a813828e5dc8 0.01 MB 19 1,086
130,809 130,809 0000000000000357eec22ca71c256b1a07b288b40f9b69cd7e48a243327f5529 0.04 MB 86 1,262
130,808 130,808 000000000000094a96a45b0b57341a7bd2d23c1ce34f599dc295064d917fcef6 0.02 MB 39 808
130,807 130,807 0000000000000624dd1649a8401695d824f9845b7f52060de3a0ed4e8b6b2f5d 0.02 MB 46 1,287
130,806 130,806 00000000000014c3bb829b1b23dc25a257416038dfdb6275b99ba93cf1c92612 0.06 MB 96 1,252
130,805 130,805 0000000000000a7aae85663a18ff83142c7bdf2a281a3d04fbf8d1a29f37923c 0.05 MB 127 442
130,804 130,804 0000000000000720e814e343eb149a30834a33a70b96475f44ae5dc5e5dd2256 0.02 MB 38 1,171
130,803 130,803 0000000000001d6b5dec98aca73bd8756854dd1f38886fb0653ef005cfc84650 0.05 MB 120 123
130,802 130,802 0000000000001bfbcc9a857ca37dacb61a777294e0079f5ff9679c873d6336fd 0.05 MB 99 2,209
130,801 130,801 0000000000001b11b5ee4ae9f8e3d87c2610033fedeb5ff9653ab75b0ddb35a2 0.02 MB 32 1,172
130,800 130,800 000000000000138d5d5071b71215be7f9438590169b0f2dea29a88eca4c962e4 0.05 MB 133 311
130,799 130,799 00000000000013d12817b68fe2029381afa1e379041dcbfc58a01e2b8962e974 0.02 MB 44 795
130,798 130,798 0000000000000c0d4b99beb03dd62fd37b4ba98d1be4bfad4bd553672a8cf887 0.03 MB 81 1,296
130,797 130,797 000000000000086ca487a8fe658065735bf27d9892ef817eb0046466d3239fa3 0.01 MB 28 7
130,796 130,796 0000000000000f5484197cb6b137440f5f530b0b2ebe7fcff8d5e273e6b167bf 0.03 MB 18 409
130,795 130,795 00000000000013e709b56001feda041786fb42fe45a99e44bc11c0db683d4347 0.03 MB 74 631
130,794 130,794 0000000000000d05bcee17af3c16502cef97f57bb3b71c9d24c29bf4387f7eec 0.01 MB 16 1,162
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.