Memory Pool Memory Pool Refreshing

141 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,020 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 128 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,019 (756,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,881 151,881 0000000000000a49aff157e421456881909cfe7e97517b11685e29b6fd647485 0.00 MB 6 39
151,880 151,880 00000000000005b014e2a01305ce7f81868dd5c4cbd03969aca53fd4673178c1 0.03 MB 116 10
151,879 151,879 000000000000090e0c4502cdc6a40d5de0b29d7a3daf93ee819d96553bfd1a88 0.05 MB 147 26
151,878 151,878 00000000000004833fb24ea5fed3ba1504b1dbd21975f316165c6b90e28aed4f 0.04 MB 90 149
151,877 151,877 00000000000007d20fb5036dc6850b09d7ca5b8ff8d787547b252fa9d38304a0 0.02 MB 41 86
151,876 151,876 00000000000009c0cc8b02bf96fa08be0199780fa742a6c793433c307904037a 0.05 MB 137 154
151,875 151,875 00000000000001a43f16498644385742044057d918a9a41e8971160ecfa5dc24 0.00 MB 12 17
151,874 151,874 0000000000000411134862885bfcdc4e8e280a7b36a4549b69ad19aeca471735 0.00 MB 13 24
151,873 151,873 000000000000072753e7113696898619a4d71804b7c66e43d7b0811086343f81 0.03 MB 90 98
151,872 151,872 00000000000008011e204bae8de2648e739eee4c50018daf2a44534ddf109803 0.02 MB 33 123
151,871 151,871 000000000000054a42e7777a37122ccb0f6654b9ae2d08d9315d2bfa634613a2 0.04 MB 106 149
151,870 151,870 00000000000006628f78355667390b808ad477abe876efa235a3ea2f32ed39fd 0.05 MB 106 6
151,869 151,869 00000000000000345957fcc9f6de3e649f389bbac2ac071de1969ba3b13de845 0.19 MB 100 70
151,868 151,868 0000000000000bd52d1ef6c14086a4b5f99be3eaa3d795dd77fae28b3711db55 0.05 MB 48 47
151,867 151,867 0000000000000d1c50281c1159ab0b8780d76413170ef28f97bf532c3f4476d9 0.05 MB 72 222
151,866 151,866 00000000000005ae53dfd90eba273ded6737391d7f067a6e6e0d7ccc034e6c04 0.02 MB 36 106
151,865 151,865 00000000000003dbdb683650707e276db679462104a1fb5eca0600fdbf6e47fb 0.00 MB 1 0
151,864 151,864 0000000000000035cb830829066b333345e2b49f6fad642ed5e146ee0522421d 0.03 MB 84 71
151,863 151,863 000000000000045ed0df8f53d05b5dea7b8a2816eb6275ac17c61350e9fd41c3 0.04 MB 105 145
151,862 151,862 000000000000008c4473b93b6c6a8f70c28ccfac7b37dc4b105e0ca4bce603f9 0.02 MB 63 62
151,861 151,861 0000000000000754cab517a1392d6b514817ec8323d8177131c0ddd70223a0a2 0.01 MB 32 222
Previous 10 blocks ↓
Total Size: 769.58 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,650.83 GB sent, 95.82 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.