Memory Pool Memory Pool Refreshing

4,121 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,040 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (762,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,985 144,985 00000000000003ec763dbb41a3bf352dd0ca0d0990290fcf8351c0c4adbde8d6 0.01 MB 25 916
144,984 144,984 000000000000056419c22e2e8e8994faa43486e4602316cf3ea9add4e4135cdd 0.00 MB 5 51
144,983 144,983 0000000000000602f74a00248155009b42c5b7bcb7184d569826fddf428c31ac 0.00 MB 4 0
144,982 144,982 00000000000007641f52d76cb8974407f110b3cd2f9642b5a97b7a73fb9d9773 0.03 MB 104 8
144,981 144,981 0000000000000859130a8ce02171bea5b8b9fc4fff0e6410e1a5ad826d0c0172 0.05 MB 97 129
144,980 144,980 00000000000003e86a4406f14c790cf229db8b798d9b5f33b9db067da3b64c5f 0.04 MB 127 139
144,979 144,979 00000000000002ddc33c11bff66ec268a38c62327b50927dbe23a533f750f51b 0.01 MB 24 148
144,978 144,978 000000000000024d66cfcfc889f3c51a0f5cb11e5a0f5f7a4c5351b30d9a6718 0.04 MB 73 144
144,977 144,977 000000000000010d5bd2cfba4d00026c23cf3e50f40e41b2b250e68a365cd54a 0.01 MB 16 101
144,976 144,976 00000000000003b665278c8c8949a97c445fb29d74cd540a0b35c698274497d5 0.00 MB 12 17
144,975 144,975 00000000000000758010bdcfaa377bef3e4995f21e3a8b46eadc3038e3d93e45 0.01 MB 11 212
144,974 144,974 000000000000075246f081390be870dd1df19a0627f302d1747669038e195a95 0.01 MB 15 423
144,973 144,973 000000000000041edb85eed00e8b99f693f5c285603db777ef28826377a1e9f7 0.01 MB 33 15
144,972 144,972 00000000000006056cab7417a35a2b6f9a5a22e89218c3ed1df15ce590c21745 0.00 MB 9 44
144,971 144,971 00000000000005a062375d538bffeac5e67f27cfaab5a8e7bf465e47cd5347fc 0.01 MB 15 208
144,970 144,970 0000000000000114bc97a4e7eab7fb66ff2d3e6b9feff45814d6c87b038b788f 0.01 MB 33 198
144,969 144,969 00000000000009039a14b9a58f8f4c7c4541c1197061c9ff6c0b5a2c1590ae97 0.03 MB 25 528
144,968 144,968 000000000000052fb43cad0812cffbf8f91e91bdce77d4a2c69a98983b13960f 0.00 MB 5 132
144,967 144,967 000000000000088722f09a27d6c1ca7c69a0ed1734a8c3e4ee0f68f3c51dfe06 0.02 MB 58 128
144,966 144,966 000000000000026e77c5cf7b5c4bea2a96edbf2c24999666c1c9bbdd55ef285b 0.01 MB 22 483
144,965 144,965 0000000000000280cc7f8c9ad916e9306fbfff8fc395fca121243caee2b77490 0.04 MB 109 127
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.