Memory Pool Memory Pool Refreshing

2,196 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,190 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (500,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
407,083 407,083 0000000000000000006fd30ccd29d0c58f3f26cd9567acd003b97d2fca25e506 0.06 MB 153 35
407,082 407,082 00000000000000000661e511ac6e511b46d024ae77e9860d473f148b2f0a7eed 0.88 MB 852 16
407,081 407,081 000000000000000003e7bbc8923a7ea28b47d8bb7153cf3a85208037d7be5ed1 1.00 MB 2,009 33
407,080 407,080 000000000000000004c3f89015c6ff58fc98b8afe6e78a34959e79576db84f37 0.85 MB 1,424 30
407,079 407,079 00000000000000000436b7891062a25d1b9c54409143c6859a1a2bea01a8427d 0.35 MB 838 47
407,078 407,078 000000000000000002e81a49357600e2197d9184eb860547315fa8e0747d6cd4 0.27 MB 554 31
407,077 407,077 000000000000000001f6abac4fb19189d6feff119a9a9471845a39e183e4d670 0.19 MB 503 38
407,076 407,076 000000000000000004c9c87914a81042f0e375b7462d5416ae7c7771599e2cc4 0.74 MB 1,578 35
407,075 407,075 0000000000000000023e2d5f7f370fdef464c89a93b00589ffe75e14f4206ad6 0.97 MB 1,973 34
407,074 407,074 0000000000000000068ab7312807e4d9c1061219bbf85e486cf5576d14cc595d 0.41 MB 934 34
407,073 407,073 000000000000000003c4f8ebfded69780e5280451c705b0a9b35eef7a9af7b8d 0.46 MB 876 25
407,072 407,072 000000000000000006821a3e04c033d0429bb89f424d20cf11b598272c40def0 0.77 MB 1,432 43
407,071 407,071 0000000000000000029a3c69fefc27b8e524c8e04255bff9fad68ac5977007e8 0.03 MB 80 47
407,070 407,070 00000000000000000360aa1a2edac4be9e8fd8a09bd08401a2781d9cbfa8fa9c 0.99 MB 476 8
407,069 407,069 000000000000000005d29fc5006d1c4cb77ab3dddccacd1a7c9846a49825f2e3 1.00 MB 1,759 66
407,068 407,068 000000000000000001e6df284d35dd86243e384d0e6d9b2b6ffdb93bba13727d 1.00 MB 2,346 40
407,067 407,067 000000000000000003eb2d56475f818ebb9ca152622daa8d7fff8e44dadee7e5 0.37 MB 794 37
407,066 407,066 000000000000000001848213df0fab0801abb84090034f326c1f8dd3a825b083 0.79 MB 1,863 40
407,065 407,065 000000000000000000339c26e01c103eaeec30e372b69d4a3bb3d8a48bf5b457 0.27 MB 186 18
407,064 407,064 00000000000000000319060f3d84edf06cbf8a7414fa303cee21fba4cc4b12d4 1.00 MB 2,543 46
407,063 407,063 0000000000000000059d4b87617493b7aecbdf78717323126604f9076f274e6a 0.39 MB 991 44
Previous 10 blocks ↓
Total Size: 769.10 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,629.18 GB sent, 93.41 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.