Memory Pool Memory Pool Refreshing

2,054 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,015 00000000000000000002349e0000000000000000000000000000000000000000 0.68 vMB 2,052 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (3,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,995 904,995 00000000000000000000758f898faa77938c20d44cf853b3f7788d60b6010c34 0.52 MB 996 3
904,994 904,994 00000000000000000000e93e04a3f79cd055bf65dbfcd10ca734bdee1c897701 1.62 MB 3,766 1
904,993 904,993 00000000000000000000ef1b2f268df47109595d28d67e3aa48d3fcc747871de 1.50 MB 4,151 3
904,992 904,992 00000000000000000001019a023cd7e1a452e801d70dd566ed06e925ff19d399 1.17 MB 2,776 2
904,991 904,991 000000000000000000006d58af368515b520110095d64a123512ac437bcfa65c 1.59 MB 2,094 1
904,990 904,990 0000000000000000000181b1e29c962fa8f36e51cad2d6e8795a08d92a9f12f1 1.42 MB 3,254 2
904,989 904,989 0000000000000000000161bc7461e9736bcda0f28458bd75265019864961aefb 1.60 MB 3,787 2
904,988 904,988 00000000000000000002408a4d2875aac5a11b0d8868388f9e2f40a6214c73c3 1.58 MB 3,403 6
904,987 904,987 0000000000000000000001b157edbb962dfc23d9bf50f0b782741a8fb731aa8b 1.53 MB 3,509 2
904,986 904,986 00000000000000000000a10bb63f79be84059b9b6df6370107c6a06dacf4f88b 1.58 MB 3,844 4
904,985 904,985 000000000000000000009ca58d78b51fe51ca1de057909ebca2614552d788387 1.63 MB 3,348 2
904,984 904,984 0000000000000000000159cd2f993564aa492d42c60092dfa39cb5cfb419eeb1 1.55 MB 4,121 5
904,983 904,983 0000000000000000000263de122dcea6add65996fe202efcb9b27182f21c7396 1.53 MB 3,480 2
904,982 904,982 000000000000000000016479b94aa5edb9627b9d8b3e0b4ebd52cf56c5560168 1.61 MB 3,447 5
904,981 904,981 00000000000000000000d5af2835714d2542a587050d4111e544f2527b9ca31e 0.64 MB 1,681 2
904,980 904,980 00000000000000000000bcb2db469e40df667903358c5df278eeb8d041e6f651 1.89 MB 1,598 1
904,979 904,979 00000000000000000000c60cca85d9c76d8e5b6e82d6a4ca8a0d8b50c04ce8de 1.60 MB 4,453 1
904,978 904,978 00000000000000000002363306afbbd1ef63e61b238b8b5be6739553bb2b8508 1.56 MB 4,232 2
904,977 904,977 00000000000000000001ad9d59d2a19d57f0e7fcf7c4091e88afd1979ec0e35f 1.58 MB 4,345 4
904,976 904,976 000000000000000000010b8d9760143447ea2b4d7f33cc343925a05740fd5505 1.46 MB 4,661 3
904,975 904,975 0000000000000000000155c64ec3b92e6daf5dd744a803f609899d76c292a8f2 1.52 MB 3,533 2
Previous 10 blocks ↓
Total Size: 769.57 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,649.95 GB sent, 95.79 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.